chore(deps): update golang:1.23.4 docker digest to 9820aca

This commit is contained in:
Renovate
2025-01-15 23:25:24 +00:00
parent 112a2b9dad
commit ae0b5bdcd8
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23.4@sha256:5305905078d6c33f427b4c7dc483e1bb4bef2991ca95f4ac2e830cb1f0a717fe as deps
FROM golang:1.23.4@sha256:9820aca42262f58451f006de3213055974b36f24b31508c1baa73c967fcecb99 as deps
WORKDIR /build
ADD go.* /build
RUN go mod download