chore(container): update golang docker tag to v1.24.4 (#36004)

This commit is contained in:
TrueCharts Bot
2025-06-06 02:21:24 +02:00
committed by GitHub
parent a1f46779ac
commit cf5684a995
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ RUN \
# Install golang
COPY --from=golang:1.24.3@sha256:81bf5927dc91aefb42e2bc3a5abdbe9bb3bae8ba8b107e2a4cf43ce3402534c6 /usr/local/go/ /usr/local/go/
COPY --from=golang:1.24.4@sha256:db5d0afbfb4ab648af2393b92e87eaae9ad5e01132803d80caef91b5752d289c /usr/local/go/ /usr/local/go/
ENV GOPATH /go
ENV PATH $GOPATH/bin:$PATH
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1 - Build the Go application
FROM golang:1.24.3-alpine@sha256:b4f875e650466fa0fe62c6fd3f02517a392123eea85f1d7e69d85f780e4db1c1 AS builder
FROM golang:1.24.4-alpine@sha256:68932fa6d4d4059845c8f40ad7e654e626f3ebd3706eef7846f319293ab5cb7a AS builder
# Install necessary build dependencies
RUN apk --no-cache add --update gcc musl-dev