diff --git a/stable/combined/Dockerfile b/stable/combined/Dockerfile index 8b9179c8..c56f75a0 100644 --- a/stable/combined/Dockerfile +++ b/stable/combined/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM golang:1.21.6-bookworm +FROM golang:1.21.7-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"