Skip to content

Commit fa1f829

Browse files
mmollbrandond
authored andcommitted
update golang image to alpine 3.23
Signed-off-by: Michael Moll <kvedulv@kvedulv.de>
1 parent a72f7df commit fa1f829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN if [ "${TARGETARCH}" = "arm/v7" ]; then \
99
curl -sL https://get.helm.sh/helm-v3.19.4-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
1010
COPY entry /usr/bin/
1111

12-
FROM golang:1.24-alpine3.22 AS plugins
12+
FROM golang:1.24-alpine3.23 AS plugins
1313
RUN apk add -U curl ca-certificates build-base
1414
COPY --from=extract /usr/bin/helm /usr/bin/helm
1515
RUN go version

0 commit comments

Comments
 (0)