diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index b91ab5c..63933ff 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -7,4 +7,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Build, Tag and Push Docker Image to GHCR - uses: GlueOps/github-actions-build-push-containers@v0.1.3 + uses: GlueOps/github-actions-build-push-containers@main diff --git a/Dockerfile b/Dockerfile index 5af7378..d164836 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.13.5" -ENV VERSION_GH_CLI="2.32.1" +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.2" -ENV VERSION_LOKI="2.8.4" +ENV VERSION_VAULT="1.14.3" +ENV VERSION_LOKI="2.9.1" # Update the system and install required packages RUN apt-get update -y && \