Skip to content

Commit 718575f

Browse files
authored
bump to 3.0.6
1 parent 6e66ab9 commit 718575f

File tree

1 file changed

+4
-7
lines changed
  • workflows/argocd/versions/0.0.2/images/argocd-cli

1 file changed

+4
-7
lines changed
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
FROM alpine:3.19.0
1+
FROM alpine:3.22.0
22

3-
ARG ARGOCD_CLI_VERSION=v2.10.0
3+
ARG ARGOCD_CLI_VERSION=v3.0.6
44

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
5+
RUN wget -O /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/download/$ARGOCD_CLI_VERSION/argocd-linux-amd64 \
6+
&& chmod +x /usr/local/bin/argocd

0 commit comments

Comments
 (0)