Skip to content

Commit

Permalink
Merge pull request #91 from dereknola/bump_2025_jan
Browse files Browse the repository at this point in the history
Bump helm to 3.16.4
  • Loading branch information
dereknola authored Jan 13, 2025
2 parents d01e932 + 562706c commit b180578
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
@@ -1,7 +1,7 @@
FROM alpine:3.21 as extract
RUN apk add -U curl ca-certificates
ARG ARCH
RUN curl -sL https://get.helm.sh/helm-v3.16.1-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
RUN curl -sL https://get.helm.sh/helm-v3.16.4-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
COPY entry /usr/bin/

FROM golang:1.23-alpine3.20 as plugins
Expand Down

0 comments on commit b180578

Please sign in to comment.