Skip to content

Commit 14eb13b

Browse files
dependabot[bot]brandond
authored andcommitted
Bump golang from 1.22-alpine3.20 to 1.23-alpine3.20 in /package
Bumps golang from 1.22-alpine3.20 to 1.23-alpine3.20. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de91d32 commit 14eb13b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG ARCH
44
RUN curl -sL https://get.helm.sh/helm-v3.15.3-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
55
COPY entry /usr/bin/
66

7-
FROM golang:1.22-alpine3.20 as plugins
7+
FROM golang:1.23-alpine3.20 as plugins
88
RUN apk add -U curl ca-certificates build-base binutils-gold
99
ARG ARCH
1010
COPY --from=extract /usr/bin/helm /usr/bin/helm

0 commit comments

Comments
 (0)