chore(deps): update golang:1.25.0 docker digest to f6b9e1a

This commit is contained in:
Renovate
2025-08-22 18:58:38 +00:00
parent 406cb8e4d0
commit efe9e0a5a0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.25.0@sha256:36e95221032d4c929d001ae5c1059ba1fbe1dec3b1f5c74d2708583d3141e151 as modules
FROM amd64/golang:1.25.0@sha256:f6b9e1a566fe69bad9613bd0165f0a5032b2cfb14630833522988864ebeb8c9f as modules
WORKDIR /build
ADD go.* /build
RUN go mod download