Skip to content

Commit

Permalink
Merge pull request #126 from mdegat01/update-promtail-journal-1.1.0
Browse files Browse the repository at this point in the history
Update promtail-journal to `1.1.0`
  • Loading branch information
mdegat01 authored Aug 9, 2021
2 parents 335381a + 39045e3 commit bb40b90
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.0.1 as build_promtail
FROM ghcr.io/mdegat01/promtail-journal/${BUILD_ARCH}:1.1.0 as build_promtail

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

0 comments on commit bb40b90

Please sign in to comment.