From 0268566a5caebf7a066340a322bc1d6c9d7c21ed Mon Sep 17 00:00:00 2001 From: fernandoataoldotcom Date: Wed, 20 Sep 2023 19:06:39 -0600 Subject: [PATCH] chore(loki): 2.8.4 -> 2.9.1 (#14) * chore(loki): 2.8.4 -> 2.9.1 * Feat/updates from venkata (#15) --------- Co-authored-by: Venkata Mutyala --- .github/workflows/image.yaml | 2 +- Dockerfile | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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 && \