Skip to content

Commit

Permalink
S-107523 xl-cli deps bump (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpugar-digital authored Mar 26, 2024
1 parent 5737113 commit 3eb2950
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/dockerfiles/xl-cli/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ RUN apk add --no-cache yq && \

# Install helm
RUN apk add --no-cache curl tar && \
curl -LO https://get.helm.sh/helm-v3.7.0-linux-amd64.tar.gz && \
tar -xvf helm-v3.7.0-linux-amd64.tar.gz && \
curl -LO https://get.helm.sh/helm-v3.14.0-linux-amd64.tar.gz && \
tar -xvf helm-v3.14.0-linux-amd64.tar.gz && \
chmod +x linux-amd64/helm && \
mv linux-amd64/helm /usr/local/bin && \
rm -rf helm-v3.7.0-linux-amd64.tar.gz linux-amd64 && \
rm -rf helm-v3.14.0-linux-amd64.tar.gz linux-amd64 && \
apk del curl tar && \
helm version

Expand Down

0 comments on commit 3eb2950

Please sign in to comment.