Skip to content

Commit

Permalink
Update promtail to 2.6.1
Browse files Browse the repository at this point in the history
Bump promtail journal base to [1.6.0](https://github.com/mdegat01/promtail-journal/releases/tag/v1.6.0) (which updates Promtail to [2.6.1](https://github.com/grafana/loki/releases/tag/v2.6.1))
  • Loading branch information
mdegat01 authored Aug 31, 2022
1 parent a09888b commit b7c9ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion promtail/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64
ARG BUILD_ARCH=amd64

# https://github.com/mdegat01/promtail-journal/releases
FROM ghcr.io/mdegat01/promtail-journal/${BUILD_ARCH}:1.5.0 as build_promtail
FROM ghcr.io/mdegat01/promtail-journal/${BUILD_ARCH}:1.6.0 as build_promtail

# https://github.com/hassio-addons/addon-debian-base/releases
# hadolint ignore=DL3006
Expand Down

0 comments on commit b7c9ee9

Please sign in to comment.