diff --git a/mirror/1.20/Dockerfile b/mirror/1.20/Dockerfile index 7338271d..5f7b38d9 100644 --- a/mirror/1.20/Dockerfile +++ b/mirror/1.20/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM golang:1.20.12-bookworm +FROM golang:1.20.13-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"