diff --git a/unstable/build/cgo-mingw-w64-x64/Dockerfile b/unstable/build/cgo-mingw-w64-x64/Dockerfile index 9a7d7ff0..e64a9f91 100644 --- a/unstable/build/cgo-mingw-w64-x64/Dockerfile +++ b/unstable/build/cgo-mingw-w64-x64/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM amd64/golang:1.23.0-bullseye +FROM amd64/golang:1.23.1-bullseye # 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"