diff --git a/oldstable/build/release/Dockerfile b/oldstable/build/release/Dockerfile index 22f7717b..eca99aa6 100644 --- a/oldstable/build/release/Dockerfile +++ b/oldstable/build/release/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM golang:1.20.8-bookworm +FROM golang:1.20.9-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"