chore(deps): update golang:1.24.0 docker digest to a14c5a6

This commit is contained in:
Renovate
2025-02-25 12:53:28 +00:00
parent f6a1e47361
commit 1232ca62b2
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.24.0@sha256:5255fad61a7e8880e742ee3e30ac54d3fdc48ea5236d0bcf14bfedb6643cbeae as modules
FROM golang:1.24.0@sha256:a14c5a656f220b7067734beebef6362b0858a61d766ccaf320e0553329e1f34e as modules
WORKDIR /build
ADD go.* /build
RUN go mod download