diff --git a/oldstable/combined/Dockerfile b/oldstable/combined/Dockerfile index 14af6b98..eb27875d 100644 --- a/oldstable/combined/Dockerfile +++ b/oldstable/combined/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM amd64/golang:1.22.10-bookworm as builder +FROM amd64/golang:1.22.11-bookworm as builder # Explicitly disable automatic fetching of Go toolchains newer than the # version explicitly provided by this container image. @@ -55,7 +55,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.10-bookworm as final +FROM amd64/golang:1.22.11-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"