From 2077baf1fc3916aa334a59f21ede230a9f356216 Mon Sep 17 00:00:00 2001 From: fernandoataoldotcom Date: Tue, 24 Oct 2023 21:48:51 -0600 Subject: [PATCH] chore(vault): 1.14.5 -> 1.14.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7c258a4..ffe6b66 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.4" +ENV VERSION_VAULT="1.14.5" ENV VERSION_LOKI="2.9.2" # Update the system and install required packages