Skip to content

Commit

Permalink
Upgrade to Promtail 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke committed Aug 30, 2022
1 parent 0a9ffc9 commit d38cd57
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,12 +1,12 @@
FROM grafana/promtail:2.4.2 as promtail
FROM grafana/promtail:2.6.1 as promtail
FROM europe-docker.pkg.dev/flownative/docker/base:buster
MAINTAINER Robert Lemke <[email protected]>

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

ENV PROMTAIL_VERSION=2.4.2
ENV PROMTAIL_VERSION=2.6.1

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

0 comments on commit d38cd57

Please sign in to comment.