Skip to content

Commit 47d8af4

Browse files
dependabot[bot]brandond
authored andcommitted
Bump golang from 1.20-alpine3.19 to 1.22-alpine3.19 in /package
Bumps golang from 1.20-alpine3.19 to 1.22-alpine3.19. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b27c605 commit 47d8af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN curl https://get.helm.sh/helm-v3.14.2-linux-${ARCH}.tar.gz | tar xvzf - --st
77
RUN mv /usr/bin/helm /usr/bin/helm_v3
88
COPY entry /usr/bin/
99

10-
FROM golang:1.20-alpine3.19 as plugins
10+
FROM golang:1.22-alpine3.19 as plugins
1111
RUN apk add -U curl ca-certificates build-base binutils-gold
1212
ARG ARCH
1313
COPY --from=extract /usr/bin/helm_v3 /usr/bin/helm

0 commit comments

Comments
 (0)