From e2befd6ae8f69f55bf2694e60b60ba748b359610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:39:33 +0000 Subject: [PATCH] General Build Image: Bump amd64/golang Bumps amd64/golang from 1.24rc1-bullseye to 1.24rc2-bullseye. --- updated-dependencies: - dependency-name: amd64/golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- unstable/build/cgo-mingw-w64-x64/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unstable/build/cgo-mingw-w64-x64/Dockerfile b/unstable/build/cgo-mingw-w64-x64/Dockerfile index b0a58575..89d2c80c 100644 --- a/unstable/build/cgo-mingw-w64-x64/Dockerfile +++ b/unstable/build/cgo-mingw-w64-x64/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM amd64/golang:1.24rc1-bullseye +FROM amd64/golang:1.24rc2-bullseye # https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"