From 57454a6547b3d804cbb87445cc8256612d1b50ee Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Thu, 21 Sep 2023 00:38:55 +0200 Subject: [PATCH] chore(koolbox): Switch to new sops repository and release --- images/koolbox/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile index 21e178e20..6fac0c8f9 100644 --- a/images/koolbox/Dockerfile +++ b/images/koolbox/Dockerfile @@ -67,10 +67,10 @@ 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.7.3 +ARG SOPS_VERSION=v3.8.0 ENV SOPS_VERSION=${SOPS_VERSION} -RUN curl -L https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux > ./sops \ +RUN curl -L https://github.com/getsops/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux > ./sops \ && install -o root -g root -m 0755 sops /usr/local/bin/sops # yq CLI cache -- GitLab