From 21fb9acb733e313eccd5dc1e177dc2869be7fd4f Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Tue, 10 May 2022 04:13:47 +0000 Subject: [PATCH] chore(deps): update dependency mozilla/sops to v3.7.3 --- cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Dockerfile b/cli/Dockerfile index 0110120fd..ae918d851 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 \ -- GitLab