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

This commit is contained in:
Renovate
2025-08-14 18:57:49 +00:00
parent 63d70d7e35
commit e1cf0d8cb3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.24.6@sha256:cd8f653c90bd60ebc814cbf266346066143d28bf4ee5dc75aa64033ee387450e as modules
FROM amd64/golang:1.25.0@sha256:36e95221032d4c929d001ae5c1059ba1fbe1dec3b1f5c74d2708583d3141e151 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download