From 7cd89e690328afd50369365dcc4b7fa9bce8ed83 Mon Sep 17 00:00:00 2001 From: Farnaz Babaeian Date: Fri, 19 Jan 2024 09:10:00 +0100 Subject: [PATCH] Upgrade to version v2.9.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b348514..5b7a088 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN git clone --branch=20230623-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.8.3 +FROM quay.io/argoproj/argocd:v2.9.3 USER root COPY argocd-repo-server-wrapper /usr/local/bin/ COPY argocd-helmfile /usr/local/bin/