diff --git a/cli/Dockerfile b/cli/Dockerfile
index 0110120fd38ae7ae28460ce9ae4ae31db54c787a..ae918d851b112bdc7812c61a69c2a70489686e3e 100644
--- a/cli/Dockerfile
+++ b/cli/Dockerfile
@@ -58,7 +58,7 @@ RUN curl -L https://github.com/instrumenta/kubeval/releases/download/${KUBEVAL_V
 FROM registry.fedoraproject.org/fedora:35 as sops
 
 # renovate: datasource=github-releases depName=mozilla/sops
-ARG SOPS_VERSION=v3.7.2
+ARG SOPS_VERSION=v3.7.3
 ENV SOPS_VERSION=${SOPS_VERSION}
 
 RUN curl -L https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux > ./sops \