From e7ea07063427191887d590479ccd729b6006b7fb Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Wed, 11 Oct 2023 15:29:37 +0000 Subject: [PATCH] chore(deps): update dependency mozilla/sops to v3.8.1 --- images/koolbox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile index 4aa09fd89..3027bdad2 100644 --- a/images/koolbox/Dockerfile +++ b/images/koolbox/Dockerfile @@ -67,7 +67,7 @@ RUN curl -L https://github.com/instrumenta/kubeval/releases/download/${KUBEVAL_V FROM quay.io/fedora/fedora:38 as sops # renovate: datasource=github-releases depName=mozilla/sops -ARG SOPS_VERSION=v3.8.0 +ARG SOPS_VERSION=v3.8.1 ENV SOPS_VERSION=${SOPS_VERSION} RUN curl -L https://github.com/getsops/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux > ./sops \ -- GitLab