From cc7e2358b6ed7542b5aa5a3423b656e8c9c03e0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 01:47:58 +0000 Subject: [PATCH] Bump ubi8/go-toolset from 1.20.10-3 to 1.20.10-10 Bumps ubi8/go-toolset from 1.20.10-3 to 1.20.10-10. --- updated-dependencies: - dependency-name: ubi8/go-toolset dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94fd663c9..ec6747e8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=${BUILDPLATFORM:-linux/amd64} registry.access.redhat.com/ubi8/go-toolset:1.20.10-3 AS builder +FROM --platform=${BUILDPLATFORM:-linux/amd64} registry.access.redhat.com/ubi8/go-toolset:1.20.10-10 AS builder ARG TARGETOS ARG TARGETARCH