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

This commit is contained in:
Renovate
2025-10-13 23:58:57 +00:00
parent d1d14c1097
commit 1135d77c35
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.25.2@sha256:f1ad40af66e45084d5b2dcd74d25e77085c964e57356a2f77b0c15c121003f23 as modules
FROM amd64/golang:1.25.3@sha256:89abb76a5137ebbdccb6d993666b0561adc0718cccd827a95d6885c0c555e7dc as modules
WORKDIR /build
ADD go.* /build
RUN go mod download