chore(deps): update golang:1.23.5 docker digest to 8c10f21

This commit is contained in:
Renovate
2025-01-22 03:57:33 +00:00
committed by Joakim Olsson
parent d88b6f2ee8
commit 8f2a88f405
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23.5@sha256:51a6466e8dbf3e00e422eb0f7a97ac450b2d57b33617bbe8d2ee0bddcd9d0d37 as modules
FROM golang:1.23.5@sha256:8c10f21bec412f08f73aa7b97ca5ac5f28a39d8a88030ad8a339fd0a781d72b4 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download