Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
s3than authored Nov 26, 2020
1 parent 9347b27 commit a200dc5
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 @@ -29,7 +29,7 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$kubectl
mv kubectl /usr/local/bin/

# Install Helm
ARG helm_version=v3.4.0
ARG helm_version=v3.4.1
LABEL helm_version=$helm_version
RUN curl -LO "https://get.helm.sh/helm-$helm_version-linux-amd64.tar.gz" && \
mkdir -p "/usr/local/helm-$helm_version" && \
Expand Down

0 comments on commit a200dc5

Please sign in to comment.