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