From bb12d174d79679239d5bdb1ad4265108dc6cccca Mon Sep 17 00:00:00 2001 From: Venkata Mutyala Date: Wed, 24 Apr 2024 09:57:23 -0700 Subject: [PATCH] chore(deps): update versions (#36) --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 81f982b..81b2975 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ # Use an official Ubuntu runtime as a parent image FROM ubuntu:22.04@sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e -ENV VERSION_AWS_CLI="2.15.30" -ENV VERSION_GH_CLI="2.44.1" +ENV VERSION_AWS_CLI="2.15.40" +ENV VERSION_GH_CLI="2.48.0" ENV VERSION_RCLONE="1.66.0" ENV VERSION_VAULT="1.14.10" -ENV VERSION_LOKI="2.9.6" +ENV VERSION_LOKI="2.9.7" # Update the system and install required packages RUN apt-get update -y && \