This commit is contained in:
Nikolai Rodionov
2023-02-12 09:47:45 +01:00
parent 53b22e3fc6
commit e7b2b89b0c
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ FROM ghcr.io/allanger/clever-install as builder
ARG ARGOCD_VERSION=v2.5.10
ENV RUST_LOG=info
RUN mkdir /out
RUN clin -l "https://github.com/argoproj/argo-cd/releases/download/{{ version }}/argocd-{{ os }}-{{ arch }}" -i /out/argocd -p $ARGOCD_VERSION
RUN dudo -l "https://github.com/argoproj/argo-cd/releases/download/{{ version }}/argocd-{{ os }}-{{ arch }}" -i /out/argocd -p $ARGOCD_VERSION
RUN chmod +x /out/argocd
FROM ghcr.io/allanger/check-da-helm-base