From 290e1442f16c0c0af2e0fbe3dc788f929c9865f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 02:00:19 +0000 Subject: [PATCH] Bump ubi8/go-toolset from 1.20.10-10 to 1.20.12-2 Bumps ubi8/go-toolset from 1.20.10-10 to 1.20.12-2. --- 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 74a0b27fe..8d27a03d2 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-10 AS builder +FROM --platform=${BUILDPLATFORM:-linux/amd64} registry.access.redhat.com/ubi8/go-toolset:1.20.12-2 AS builder ARG TARGETOS ARG TARGETARCH