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 669e5d6 commit 1e89a2dCopy full SHA for 1e89a2d
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