diff --git a/cli/Dockerfile b/cli/Dockerfile
index d56dbec224fa6c9efc45e31d21faf41a85848652..76ffaa7591c63e6366e10601522eabde9587643c 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.1
+ARG SOPS_VERSION=v3.7.2
 ENV SOPS_VERSION=${SOPS_VERSION}
 
 RUN curl -L https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux > ./sops \