chore(deps): update golang:1.24.3 docker digest to f255a7d

This commit is contained in:
Renovate
2025-05-22 01:54:43 +00:00
committed by Joakim Olsson
parent f2c73e8bf6
commit 4647d7ad1e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.24.3@sha256:f169469d1e8328fd0e26a2b5156f670922a2afc0ca8c984ec17e1be51ca94c30 as modules
FROM amd64/golang:1.24.3@sha256:f255a7d417e3733c9514bf8dd9c708b15b0ccd2543a850bed1d1198f42e476e2 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download