Skip to content

Commit

Permalink
chore(loki): 2.8.4 -> 2.9.1 (#14)
Browse files Browse the repository at this point in the history
* chore(loki): 2.8.4 -> 2.9.1

* Feat/updates from venkata (#15)


---------

Co-authored-by: Venkata Mutyala <venkata@venkatamutyala.com>
  • Loading branch information
fernandoataoldotcom and venkatamutyala authored Sep 21, 2023
1 parent 8c30558 commit 0268566
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 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.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 && \
Expand Down

0 comments on commit 0268566

Please sign in to comment.