chore(container): update golang:1.24.2 docker digest to 1ecc479 (#34325)

This commit is contained in:
TrueCharts Bot
2025-04-13 14:11:22 +02:00
committed by GitHub
parent 0dfe301be3
commit 19300265f4
+1 -1
View File
@@ -190,7 +190,7 @@ RUN \
# Install golang
COPY --from=golang:1.24.2@sha256:18a1f2d1e1d3c49f27c904e9182375169615c65852ace724987929b910195b2c /usr/local/go/ /usr/local/go/
COPY --from=golang:1.24.2@sha256:1ecc479bc712a6bdb56df3e346e33edcc141f469f82840bab9f4bc2bc41bf91d /usr/local/go/ /usr/local/go/
ENV GOPATH /go
ENV PATH $GOPATH/bin:$PATH