From 0bc0a12caae95dd73b29c9dc7183cf162f840d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:39:22 +0000 Subject: [PATCH] Mirror Build Image: Bump amd64/golang in /mirror/1.23 Bumps amd64/golang from 1.23.1-bookworm to 1.23.2-bookworm. --- updated-dependencies: - dependency-name: amd64/golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- mirror/1.23/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirror/1.23/Dockerfile b/mirror/1.23/Dockerfile index 6f3ac4c3..c39bb0f1 100644 --- a/mirror/1.23/Dockerfile +++ b/mirror/1.23/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM amd64/golang:1.23.1-bookworm +FROM amd64/golang:1.23.2-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"