From 4e3fef3145251de071d264dbf620b389b79d49ec Mon Sep 17 00:00:00 2001 From: Venkata Mutyala Date: Mon, 16 Oct 2023 10:59:47 -0700 Subject: [PATCH] feat: update vault-cli 1.14.3 -> 1.14.4 (#16) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d164836..50647ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM ubuntu:22.04 ENV VERSION_AWS_CLI="2.13.20" ENV VERSION_GH_CLI="2.35.0" ENV VERSION_RCLONE="1.63.1" -ENV VERSION_VAULT="1.14.3" +ENV VERSION_VAULT="1.14.4" ENV VERSION_LOKI="2.9.1" # Update the system and install required packages