Skip to content

Commit

Permalink
Merge pull request #8 from 47deg/master
Browse files Browse the repository at this point in the history
Updated helm version
  • Loading branch information
kieranajp authored Jul 18, 2022
2 parents 9c8ceff + 0619496 commit 64604cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3
ENV BASE_URL="https://get.helm.sh"

ENV HELM_2_FILE="helm-v2.17.0-linux-amd64.tar.gz"
ENV HELM_3_FILE="helm-v3.4.2-linux-amd64.tar.gz"
ENV HELM_3_FILE="helm-v3.8.1-linux-amd64.tar.gz"

RUN apk add --no-cache ca-certificates \
--repository http://dl-3.alpinelinux.org/alpine/edge/community/ \
Expand Down

0 comments on commit 64604cb

Please sign in to comment.