From 41fc56d371c735cca93b0bbd96b2dcb88c7afb75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 08:37:38 +0000 Subject: [PATCH] chore(deps): bump argoproj/argocd in /build/util Bumps argoproj/argocd from `d40da8f` to `4328f30`. --- updated-dependencies: - dependency-name: argoproj/argocd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/util/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/util/Dockerfile b/build/util/Dockerfile index 72bf1fae5..d3c110a98 100644 --- a/build/util/Dockerfile +++ b/build/util/Dockerfile @@ -1,5 +1,5 @@ # Argo CD v2.8.3 -FROM quay.io/argoproj/argocd@sha256:d40da8f5747415eb7f9b5c2d9b645aecd423888cad9b36e4f986bff8ecf0a786 as argocd +FROM quay.io/argoproj/argocd@sha256:4328f3016d74e22a4468b671a42fc0394777565af46f263358778faa0d71755f as argocd # Final Image FROM docker.io/library/ubuntu:22.04