From 83c0ac3c55775f316c1b526321fe83daf2ba4651 Mon Sep 17 00:00:00 2001 From: Venkata Mutyala Date: Fri, 5 Apr 2024 18:19:26 -0700 Subject: [PATCH] chore(deps): update loki 2.9.5 -> 2.9.6 (#33) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3fc3f2c..81f982b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV VERSION_AWS_CLI="2.15.30" ENV VERSION_GH_CLI="2.44.1" ENV VERSION_RCLONE="1.66.0" ENV VERSION_VAULT="1.14.10" -ENV VERSION_LOKI="2.9.5" +ENV VERSION_LOKI="2.9.6" # Update the system and install required packages RUN apt-get update -y && \