From 6ca79ef7f12b980e1755ac36c3498d6274998b53 Mon Sep 17 00:00:00 2001 From: Rodrigo Dantas Date: Mon, 30 May 2022 17:19:43 -0300 Subject: [PATCH] Update sops version on dockerfile Signed-off-by: Rodrigo Dantas --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ada9107..cb6c1eec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \