chore(deps): update golang docker tag to v1.25.1

This commit is contained in:
Renovate
2025-09-03 20:07:49 +00:00
committed by Joakim Olsson
parent 7068fee1b7
commit 110773b067
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.25.0@sha256:f6b9e1a566fe69bad9613bd0165f0a5032b2cfb14630833522988864ebeb8c9f as deps
FROM amd64/golang:1.25.1@sha256:70de49a6a9bfd1bde2b332fde29d04a8cc65047464fa97ddb94251b05e572bc0 as deps
WORKDIR /build
ADD go.* /build
RUN go mod download