From f76a7d6dfb024dd943bb2477c6174b0d613a04c5 Mon Sep 17 00:00:00 2001 From: fernandoataoldotcom Date: Mon, 12 Feb 2024 20:28:23 -0800 Subject: [PATCH] chore(VERSION_LOKI): 2.9.3 -> 2.9.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 20b0ed8..26e5235 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV VERSION_AWS_CLI="2.14.6" ENV VERSION_GH_CLI="2.40.0" ENV VERSION_RCLONE="1.65.0" ENV VERSION_VAULT="1.14.8" -ENV VERSION_LOKI="2.9.3" +ENV VERSION_LOKI="2.9.4" # Update the system and install required packages RUN apt-get update -y && \