From 4c89df90892dca8cc699be5338603ef23842a829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 12:21:13 +0000 Subject: [PATCH] General Build Image: Bump i386/golang in /stable/build/cgo-mingw-w64-x86 Bumps i386/golang from 1.23.6-bullseye to 1.24.0-bullseye. --- updated-dependencies: - dependency-name: i386/golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- stable/build/cgo-mingw-w64-x86/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/build/cgo-mingw-w64-x86/Dockerfile b/stable/build/cgo-mingw-w64-x86/Dockerfile index 7c1ad83e..296397fc 100644 --- a/stable/build/cgo-mingw-w64-x86/Dockerfile +++ b/stable/build/cgo-mingw-w64-x86/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/r/i386/golang -FROM i386/golang:1.23.6-bullseye +FROM i386/golang:1.24.0-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"