chore(deps): update golang:1.24.6 docker digest to cd8f653

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