From 176433c00b3e02956912c7672b0513b412740151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:55:29 +0000 Subject: [PATCH] Release Build Image: Bump amd64/golang in /unstable/build/release Bumps amd64/golang from 1.23.2-bookworm to 1.23.3-bookworm. --- updated-dependencies: - dependency-name: amd64/golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- unstable/build/release/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unstable/build/release/Dockerfile b/unstable/build/release/Dockerfile index 46f5e60c..c5c64aaa 100644 --- a/unstable/build/release/Dockerfile +++ b/unstable/build/release/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM amd64/golang:1.23.2-bookworm +FROM amd64/golang:1.23.3-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"