chore(deps): update golang:1.24.2 docker digest to aebb7df

This commit is contained in:
Renovate
2025-04-08 05:54:03 +00:00
committed by Joakim Olsson
parent 2ba10d763d
commit 3840c40c90
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.24.2@sha256:81b44f328549e8356fda6707346ff8a6589fe250eeb4ea5f21669c7d24b36dae as modules
FROM amd64/golang:1.24.2@sha256:aebb7dfe0e8da97fd4e22f95d2162cc6948f772fa947a00659634ece26cadb5a as modules
WORKDIR /build
ADD go.* /build
RUN go mod download