Update sops version on dockerfile

Signed-off-by: Rodrigo Dantas <rodrigodc07@gmail.com>
This commit is contained in:
Rodrigo Dantas 2022-05-30 17:19:43 -03:00
parent 0cfef76f0d
commit 6ca79ef7f1
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,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 && \