chore(deps): update golang:1.24.0 docker digest to 58cf31c

This commit is contained in:
Renovate
2025-02-25 19:07:40 +00:00
parent e147ead4f9
commit b5dd501811
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.24.0@sha256:a14c5a656f220b7067734beebef6362b0858a61d766ccaf320e0553329e1f34e as deps
FROM golang:1.24.0@sha256:58cf31c1b10858d5772475e4f86853a03e0e220cc6cfd60965053951a2563b5e as deps
WORKDIR /build
ADD go.* /build
RUN go mod download