Update sops version on Dockerfile.debian and Dockerfile.ubuntu

Signed-off-by: Rodrigo Dantas <rodrigodc07@gmail.com>
This commit is contained in:
Rodrigo Dantas 2022-05-30 19:02:09 -03:00
parent 6ca79ef7f1
commit 86eff8e2ed
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ RUN set -x && \
rm kustomize_${KUSTOMIZE_VERSION}_linux_amd64.tar.gz && \
mv kustomize /usr/local/bin/kustomize
ENV SOPS_VERSION="v3.7.2"
ENV SOPS_VERSION="v3.7.3"
RUN set -x && \
curl --retry 5 --retry-connrefused -LO https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux.amd64 && \
chmod +x sops-${SOPS_VERSION}.linux.amd64 && \

View File

@ -56,7 +56,7 @@ RUN set -x && \
rm kustomize_${KUSTOMIZE_VERSION}_linux_amd64.tar.gz && \
mv kustomize /usr/local/bin/kustomize
ENV SOPS_VERSION="v3.7.2"
ENV SOPS_VERSION="v3.7.3"
RUN set -x && \
curl --retry 5 --retry-connrefused -LO https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux.amd64 && \
chmod +x sops-${SOPS_VERSION}.linux.amd64 && \