From fae5080cfdb4ba75736cb0152c1453f91cbb365b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:10:42 +0000 Subject: [PATCH] General Build Image: Bump amd64/golang Bumps amd64/golang from 1.23rc2-bullseye to 1.23-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 006e3119..1257c62d 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.23rc2-bullseye +FROM amd64/golang:1.23-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"