From 13302ff14b5a68de75f6c19c1ade2fe8c32d3728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:16:28 +0000 Subject: [PATCH] Matrix Image: Bump amd64/golang in /stable/combined 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] --- stable/combined/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/combined/Dockerfile b/stable/combined/Dockerfile index 1d0088c0..ac699905 100644 --- a/stable/combined/Dockerfile +++ b/stable/combined/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM amd64/golang:1.23.2-bookworm as builder +FROM amd64/golang:1.23.3-bookworm as builder # Explicitly disable automatic fetching of Go toolchains newer than the # version explicitly provided by this container image. @@ -114,7 +114,7 @@ RUN echo "Installing golangci-lint@${GOLANGCI_LINT_VERSION}" \ && sh install.sh -b "$(go env GOPATH)/bin" ${GOLANGCI_LINT_VERSION} \ && golangci-lint --version -FROM amd64/golang:1.23.2-bookworm as final +FROM amd64/golang:1.23.3-bookworm as final # 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"