From 73e227291fc59858d2e318adf7cb29c5549d31f0 Mon Sep 17 00:00:00 2001 From: Mohammad Yosefpor <47300215+m-yosefpor@users.noreply.github.com> Date: Thu, 25 May 2023 18:36:59 +0330 Subject: [PATCH] Update Dockerfile 2.7.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d681853..588e5cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN git clone --branch=20230517-1 --depth=1 https://github.com/camptocamp/helm-s RUN wget -O /tmp/helmfile https://github.com/roboll/helmfile/releases/download/v0.144.0/helmfile_linux_amd64 && chmod +x /tmp/helmfile RUN wget -O /tmp/yq https://github.com/mikefarah/yq/releases/download/v4.25.1/yq_linux_amd64 && chmod +x /tmp/yq -FROM quay.io/argoproj/argocd:v2.6.7 +FROM quay.io/argoproj/argocd:v2.7.1 USER root COPY argocd-repo-server-wrapper /usr/local/bin/ COPY argocd-helmfile /usr/local/bin/