From 78e8877c3ef3ff0f9ae088aea3b2da2fb140d014 Mon Sep 17 00:00:00 2001 From: Cedric Kienzler Date: Wed, 3 Apr 2024 22:22:26 +0200 Subject: [PATCH] update ArgoCD to v2.10.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3390b02..ffbe7c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/argoproj/argocd:v2.10.4 +FROM quay.io/argoproj/argocd:v2.10.5 ARG SOPS_VERSION="v3.7.3" ARG HELM_SECRETS_VERSION="4.4.1"