Skip to content

Commit

Permalink
ArgoCD v2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzifer committed Nov 27, 2024
1 parent 958c3bf commit e6f66f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ RUN set -ex \
&& apk add --no-cache \
curl \
unzip \
&& curl -sSfLo vault.zip "https://releases.hashicorp.com/vault/1.17.5/vault_1.17.5_linux_amd64.zip" \
&& curl -sSfLo vault.zip "https://releases.hashicorp.com/vault/1.18.2/vault_1.18.2_linux_amd64.zip" \
&& unzip vault.zip


FROM quay.io/argoproj/argocd:v2.12.6
FROM quay.io/argoproj/argocd:v2.13.1

USER root

Expand Down

0 comments on commit e6f66f4

Please sign in to comment.