Skip to content
Snippets Groups Projects

chore(deps): update dependency mozilla/sops to v3.7.3

Merged Botaniker (Bot) requested to merge renovate/mozilla-sops-3.x into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -58,7 +58,7 @@ RUN curl -L https://github.com/instrumenta/kubeval/releases/download/${KUBEVAL_V
@@ -58,7 +58,7 @@ RUN curl -L https://github.com/instrumenta/kubeval/releases/download/${KUBEVAL_V
FROM registry.fedoraproject.org/fedora:35 as sops
FROM registry.fedoraproject.org/fedora:35 as sops
# renovate: datasource=github-releases depName=mozilla/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}
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/mozilla/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux > ./sops \
Loading