From 7cc03a12b32c670070d7e64e788c35ba6e93e412 Mon Sep 17 00:00:00 2001 From: fernandoataoldotcom Date: Tue, 13 Feb 2024 09:25:58 -0800 Subject: [PATCH] Chore/updates (#25) * chore(VERSION_LOKI): 2.9.3 -> 2.9.4 * chore(VERSION_VAULT): 1.14.8 -> 1.14.9 * chore(VERSION_GH_CLI): 2.40.0 -> 2.43.1 * chore(VERSION_AWS_CLI): 2.14.6 -> 2.15.19 * chore(VERSION_RCLONE): 1.65.0 -> 1.65.2 --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 20b0ed8..342da29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ # Use an official Ubuntu runtime as a parent image FROM ubuntu:22.04 -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_AWS_CLI="2.15.19" +ENV VERSION_GH_CLI="2.43.1" +ENV VERSION_RCLONE="1.65.2" +ENV VERSION_VAULT="1.14.9" +ENV VERSION_LOKI="2.9.4" # Update the system and install required packages RUN apt-get update -y && \