From e11d2a1fe149234b995fce3810219c38980fc18c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 06:45:34 +0000 Subject: [PATCH] chore(deps): update dependency mozilla/sops to v3.13.3 --- argocd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/Dockerfile b/argocd/Dockerfile index 8c26d4d..454ee13 100644 --- a/argocd/Dockerfile +++ b/argocd/Dockerfile @@ -6,7 +6,7 @@ RUN case "$(uname -m)" in \ aarch64) export SOPS_SUFFIX="arm64" ;; \ x86_64) export SOPS_SUFFIX="amd64" ;; \ esac; \ - wget -O /usr/bin/sops https://github.com/mozilla/sops/releases/download/v3.10.2/sops-v3.10.2.linux.$SOPS_SUFFIX + wget -O /usr/bin/sops https://github.com/mozilla/sops/releases/download/v3.13.3/sops-v3.13.3.linux.$SOPS_SUFFIX COPY wrapper.sh /usr/bin/wrapper.sh