Skip to content

Commit

Permalink
Bump golang from 1.22-alpine3.20 to 1.23-alpine3.20 in /package
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and brandond committed Aug 28, 2024
1 parent de91d32 commit 14eb13b
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 @@ -4,7 +4,7 @@ ARG ARCH
RUN curl -sL https://get.helm.sh/helm-v3.15.3-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
COPY entry /usr/bin/

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

0 comments on commit 14eb13b

Please sign in to comment.