Skip to content

Commit

Permalink
updated Kargo from v0.6.0 to v0.8.7 in Dockerfile (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
reikamoon authored Sep 5, 2024
1 parent 7b78e22 commit adbceb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/akuity-devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN curl -LO "https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz" \
&& rm -rf "helm-v${HELM_VERSION}-linux-amd64.tar.gz" linux-amd64 \
&& echo 'source <(helm completion bash)' >> /usr/share/bash-completion/completions/helm

ENV KARGO_VERSION=v0.6.0
ENV KARGO_VERSION=v0.8.7
RUN curl -Lo /usr/local/bin/kargo "https://github.com/akuity/kargo/releases/download/${KARGO_VERSION}/kargo-linux-amd64" \
&& chmod +x /usr/local/bin/kargo \
&& echo 'source <(kargo completion bash)' >> /usr/share/bash-completion/completions/kargo
Expand Down

0 comments on commit adbceb9

Please sign in to comment.