chore(deps): update golang docker tag to v1.23.6

This commit is contained in:
Renovate
2025-02-05 03:59:27 +00:00
parent 9a2b126d74
commit c6f72d66a3
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23.5@sha256:e213430692e5c31aba27473cdc84cfff2896d0c097e984bef67b6a44c75a8181 as build
FROM golang:1.23.6@sha256:b2a6f50140dcd176e41f0033fcd0fbe0a3ac300fcbde75eaaef76e832cb02496 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build