From 512e4ba68978e49aa9e4e23ca928c2bb33e9dff5 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 20:15:01 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi8/go-toolset Docker tag to v1.21.11-8 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8a27c2..2fcee07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11-1.1720406008 AS builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11-8 AS builder COPY . .