From 54f5f7911c2a048e36117b839c748042fb4a9179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 23:51:01 +0000 Subject: [PATCH] Matrix Image: Bump amd64/golang in /oldstable/combined Bumps amd64/golang from 1.22.8-bookworm to 1.22.9-bookworm. --- updated-dependencies: - dependency-name: amd64/golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- oldstable/combined/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oldstable/combined/Dockerfile b/oldstable/combined/Dockerfile index 49b7ed50..0cd3dc41 100644 --- a/oldstable/combined/Dockerfile +++ b/oldstable/combined/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM amd64/golang:1.22.8-bookworm as builder +FROM amd64/golang:1.22.9-bookworm as builder # Explicitly disable automatic fetching of Go toolchains newer than the # version explicitly provided by this container image. @@ -109,7 +109,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.22.8-bookworm as final +FROM amd64/golang:1.22.9-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"