mirror of
https://github.com/luzifer-docker/argo-crypt.git
synced 2024-12-20 06:11:17 +00:00
This commit is contained in:
parent
958c3bf277
commit
e6f66f469d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue