Skip to content

Commit

Permalink
Merge pull request #5 from flownative/task/upgrade
Browse files Browse the repository at this point in the history
Upgrade to Promtail 3.3.2
  • Loading branch information
robertlemke authored Jan 3, 2025
2 parents 0051524 + c0a2bfc commit 2e428f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM grafana/promtail:3.2.0 AS promtail
FROM grafana/promtail:3.3.2 AS promtail
FROM europe-docker.pkg.dev/flownative/docker/base:bookworm
LABEL org.opencontainers.image.authors="Robert Lemke <[email protected]>"

# -----------------------------------------------------------------------------
# Promtail
# Latest versions: https://github.com/grafana/loki/releases / https://hub.docker.com/r/grafana/promtail/tags

ENV PROMTAIL_VERSION=3.2.0
ENV PROMTAIL_VERSION=3.3.2

ENV FLOWNATIVE_LIB_PATH=/opt/flownative/lib \
PROMTAIL_BASE_PATH=/opt/flownative/promtail \
Expand Down

0 comments on commit 2e428f5

Please sign in to comment.