Skip to content
Snippets Groups Projects
Verified Commit 57454a65 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

chore(koolbox): Switch to new sops repository and release

parent 7c1c7a27
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment