chore(deps): update golang docker tag to v1.24.2

This commit is contained in:
Renovate
2025-04-01 17:56:04 +00:00
committed by Joakim Olsson
parent 3e26aa0166
commit 2196f5a417
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.24.1@sha256:5ecf3334c3970cf435bf821e0b7c48276ca8f00459fbfa107f4702e59e011d97 as modules
FROM amd64/golang:1.24.2@sha256:81b44f328549e8356fda6707346ff8a6589fe250eeb4ea5f21669c7d24b36dae as modules
WORKDIR /build
ADD go.* /build
RUN go mod download