From 25be0812aa63034b170555e7712bceb15fec66a6 Mon Sep 17 00:00:00 2001 From: fernandoataoldotcom Date: Mon, 16 Oct 2023 23:30:30 +0000 Subject: [PATCH] chore(loki): 2.9.1 -> 2.9.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 50647ae..7c258a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ 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_LOKI="2.9.1" +ENV VERSION_LOKI="2.9.2" # Update the system and install required packages RUN apt-get update -y && \