From a43dc102bed65b9e586e98e3233cc8bcb9c88589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 05:44:47 +0000 Subject: [PATCH] docker: bump golang in /stable/build/cgo-mingw-w64 Bumps golang from 1.21.3-bookworm to 1.21.4-bookworm. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- stable/build/cgo-mingw-w64/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/build/cgo-mingw-w64/Dockerfile b/stable/build/cgo-mingw-w64/Dockerfile index 7712849e..b442f75f 100644 --- a/stable/build/cgo-mingw-w64/Dockerfile +++ b/stable/build/cgo-mingw-w64/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM golang:1.21.3-bookworm +FROM golang:1.21.4-bookworm # 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"