Skip to content

Commit

Permalink
chore(deps): update versions (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Apr 24, 2024
1 parent a76f47a commit bb12d17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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@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 && \
Expand Down

0 comments on commit bb12d17

Please sign in to comment.