chore(deps): update golang:1.24.4 docker digest to 9f820b6

This commit is contained in:
Renovate
2025-07-01 06:02:30 +00:00
parent 9fcb64368f
commit 889a2292bf
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.24.4@sha256:3494bbe140127d12656113203ec91b8e3ff34e8a2b06a0a22bb0d8a41cc69e53 as builder
FROM amd64/golang:1.24.4@sha256:9f820b68683e8849cf596068952dfa062478c6664e6ae7f2a8888c25e885bce9 as builder
WORKDIR /src
COPY * ./
RUN go get