Skip to content

Commit

Permalink
Bump golang from 1.20-alpine3.19 to 1.22-alpine3.19 in /package
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and brandond committed Feb 28, 2024
1 parent b27c605 commit 47d8af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN curl https://get.helm.sh/helm-v3.14.2-linux-${ARCH}.tar.gz | tar xvzf - --st
RUN mv /usr/bin/helm /usr/bin/helm_v3
COPY entry /usr/bin/

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

0 comments on commit 47d8af4

Please sign in to comment.