From 1e1f1fefa0929e097ad0cc3fa90f5e93966d5eda Mon Sep 17 00:00:00 2001 From: cedi Date: Tue, 28 Nov 2023 14:28:07 +0100 Subject: [PATCH] Update ArgoCD container to v2.9.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17541bd..ff36a75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/argoproj/argocd:v2.9.0 +FROM quay.io/argoproj/argocd:v2.9.3 ARG SOPS_VERSION="v3.7.3" ARG HELM_SECRETS_VERSION="4.4.1"