Skip to content

Commit

Permalink
Update to promtail journal 1.4.0
Browse files Browse the repository at this point in the history
Update promtail journal from `1.3.0` to [1.4.0](https://github.com/mdegat01/promtail-journal/releases/tag/v1.4.0). Primarily contains an update to promtail updating it from `2.4.1` to [2.4.2](https://github.com/grafana/loki/releases/tag/v2.4.2).
  • Loading branch information
mdegat01 authored Feb 1, 2022
1 parent 64d027d commit ba80bd1
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.3.0 as build_promtail
FROM ghcr.io/mdegat01/promtail-journal/${BUILD_ARCH}:1.4.0 as build_promtail

# https://hub.docker.com/_/alpine
FROM alpine:3.15.0 as build_yq
Expand Down

0 comments on commit ba80bd1

Please sign in to comment.