chore(container): update golang:1.23.6 docker digest to 9271129 (#31753)

This commit is contained in:
TrueCharts Bot
2025-02-08 13:47:35 +01:00
committed by GitHub
parent 222d5db755
commit d5e323cfee

View File

@@ -190,7 +190,7 @@ RUN \
# Install golang
COPY --from=golang:1.23.6@sha256:ec4ddbcdbb283410acc2073e68737daa39cbd99b7306d12e3335927c915f6c29 /usr/local/go/ /usr/local/go/
COPY --from=golang:1.23.6@sha256:927112936d6b496ed95f55f362cc09da6e3e624ef868814c56d55bd7323e0959 /usr/local/go/ /usr/local/go/
ENV GOPATH /go
ENV PATH $GOPATH/bin:$PATH