chore(deps): pin dependencies

This commit is contained in:
Renovate
2024-11-03 16:33:33 +00:00
parent f364b7c8c7
commit 5472216ae8
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23.2 as modules
FROM golang:1.23.2@sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f as modules
WORKDIR /build
ADD go.* /build
RUN go mod download