We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e66ab9 commit 718575fCopy full SHA for 718575f
workflows/argocd/versions/0.0.2/images/argocd-cli/Dockerfile
@@ -1,9 +1,6 @@
1
-FROM alpine:3.19.0
+FROM alpine:3.22.0
2
3
-ARG ARGOCD_CLI_VERSION=v2.10.0
+ARG ARGOCD_CLI_VERSION=v3.0.6
4
5
-RUN apk update \
6
- && apk add --no-cache \
7
- jq \
8
- && wget -O /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/download/$ARGOCD_CLI_VERSION/argocd-linux-amd64 \
9
- && chmod +x /usr/local/bin/argocd
+RUN wget -O /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/download/$ARGOCD_CLI_VERSION/argocd-linux-amd64 \
+ && chmod +x /usr/local/bin/argocd
0 commit comments