Skip to content

Commit

Permalink
Chore/updates (#25)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
fernandoataoldotcom authored Feb 13, 2024
1 parent 9a197f3 commit 7cc03a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit 7cc03a1

Please sign in to comment.