chore(deps): update golang:1.25.3 docker digest to 69d1009

This commit is contained in:
Renovate
2025-10-21 10:07:37 +00:00
parent b30f22d21b
commit 3273da6c11
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.25.3@sha256:89abb76a5137ebbdccb6d993666b0561adc0718cccd827a95d6885c0c555e7dc as deps
FROM amd64/golang:1.25.3@sha256:69d10098be2e990bb1d987daec0e36d18ad287e139450dc7d98a0ded3498888d as deps
WORKDIR /build
ADD go.* /build
RUN go mod download