ArgoCD v2.13.1
Some checks failed
CI Workflow / docker-publish (push) Has been cancelled

This commit is contained in:
Knut Ahlers 2024-11-27 10:01:55 +01:00
parent 958c3bf277
commit e6f66f469d
Signed by: luzifer
SSH key fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View file

@ -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