diff --git a/unstable/build/release/Dockerfile b/unstable/build/release/Dockerfile index 054529c7..2ee3d490 100644 --- a/unstable/build/release/Dockerfile +++ b/unstable/build/release/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM golang:1.21.5-bookworm +FROM golang:1.21.6-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"