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

This commit is contained in:
Renovate
2025-02-25 18:54:36 +00:00
parent 1232ca62b2
commit bf0b8f5935
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.24.0@sha256:a14c5a656f220b7067734beebef6362b0858a61d766ccaf320e0553329e1f34e as modules
FROM golang:1.24.0@sha256:58cf31c1b10858d5772475e4f86853a03e0e220cc6cfd60965053951a2563b5e as modules
WORKDIR /build
ADD go.* /build
RUN go mod download