From 1a23c78cc0a79a081ed6a6410730a09541f76eb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:39:26 +0000 Subject: [PATCH] General Build Image: Bump amd64/golang Bumps amd64/golang from 1.22.8-bullseye to 1.22.9-bullseye. --- updated-dependencies: - dependency-name: amd64/golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- oldstable/build/cgo-mingw-w64-x64/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oldstable/build/cgo-mingw-w64-x64/Dockerfile b/oldstable/build/cgo-mingw-w64-x64/Dockerfile index 596f4dfc..f21058b7 100644 --- a/oldstable/build/cgo-mingw-w64-x64/Dockerfile +++ b/oldstable/build/cgo-mingw-w64-x64/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM amd64/golang:1.22.8-bullseye +FROM amd64/golang:1.22.9-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"