diff --git a/stable/build/cgo-mingw-w64-x86/Dockerfile b/stable/build/cgo-mingw-w64-x86/Dockerfile index 18e7a6ba..27ad047b 100644 --- a/stable/build/cgo-mingw-w64-x86/Dockerfile +++ b/stable/build/cgo-mingw-w64-x86/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/r/i386/golang -FROM i386/golang:1.22.1-bullseye +FROM i386/golang:1.22.2-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"