From bd5163317b8ef5c5391c6bb502b6d374f9cdab53 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Fri, 3 Jan 2025 01:34:38 +0000 Subject: [PATCH] chore(container): update golang docker tag to v1.23.4 --- containers/apps/charts-ci/Dockerfile | 2 +- containers/apps/kube-sa-proxy/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/apps/charts-ci/Dockerfile b/containers/apps/charts-ci/Dockerfile index 1ab2e12347d6..0b82aebc00cd 100644 --- a/containers/apps/charts-ci/Dockerfile +++ b/containers/apps/charts-ci/Dockerfile @@ -190,7 +190,7 @@ RUN \ # Install golang -COPY --from=golang:1.23.2@sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f /usr/local/go/ /usr/local/go/ +COPY --from=golang:1.23.4@sha256:7ea4c9dcb2b97ff8ee80a67db3d44f98c8ffa0d191399197007d8459c1453041 /usr/local/go/ /usr/local/go/ ENV GOPATH /go ENV PATH $GOPATH/bin:$PATH diff --git a/containers/apps/kube-sa-proxy/Dockerfile b/containers/apps/kube-sa-proxy/Dockerfile index b94d4836a32b..cf54e3dae296 100644 --- a/containers/apps/kube-sa-proxy/Dockerfile +++ b/containers/apps/kube-sa-proxy/Dockerfile @@ -1,5 +1,5 @@ # Stage 1 - Build the Go application -FROM golang:1.23.2-alpine@sha256:9dd2625a1ff2859b8d8b01d8f7822c0f528942fe56cfe7a1e7c38d3b8d72d679 AS builder +FROM golang:1.23.4-alpine@sha256:6c5c9590f169f77c8046e45c611d3b28fe477789acd8d3762d23d4744de69812 AS builder # Install necessary build dependencies RUN apk --no-cache add --update gcc musl-dev