diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile index 21e178e2095582ed0dab773407f0e49f2510151d..6fac0c8f901760eb23bfcb051201cb2522229f22 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