diff --git a/mirror/1.23/Dockerfile b/mirror/1.23/Dockerfile index 8e83a38e..6f3ac4c3 100644 --- a/mirror/1.23/Dockerfile +++ b/mirror/1.23/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM amd64/golang:1.23.0-bookworm +FROM amd64/golang:1.23.1-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"