chore(deps): update golang:1.23.4 docker digest to 7003184

This commit is contained in:
Renovate
2024-12-12 02:56:59 +00:00
parent 68b80c51c1
commit 09909ed26c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23.4@sha256:574185e5c6b9d09873f455a7c205ea0514bfd99738c5dc7750196403a44ed4b7 as modules
FROM golang:1.23.4@sha256:70031844b8c225351d0bb63e2c383f80db85d92ba894e3da7e13bcf80efa9a37 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download