- golang:alpine → golang:1.25-alpine (align with go.mod's go 1.25.0) - alpine:latest → alpine:3.23 (pin runtime base image) Floating tags make builds non-reproducible and can drift from the Go version declared in go.mod. Pinning both stages keeps builds deterministic and reduces supply-chain risk.pull/3789/head
parent
49ec272f88
commit
714645edde
Loading…
Reference in new issue