Skip to content

Commit

Permalink
Merge pull request #44 from mdegat01/update-promtail-2.3.0
Browse files Browse the repository at this point in the history
Update promtail to `2.3.0`
  • Loading branch information
mdegat01 authored Aug 9, 2021
2 parents 7772fe6 + 7567c5d commit 15ddc2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions promtail/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://hub.docker.com/_/golang
FROM golang:1.16.7-buster as build
# https://github.com/grafana/loki/releases
ENV LOKI_VERSION 2.2.1
ENV LOKI_VERSION 2.3.0

# Must build binary from source on system with journal support. Published binaries on release do not include this.
# https://packages.debian.org/buster/libsystemd-dev
Expand All @@ -25,7 +25,7 @@ RUN make BUILD_IN_CONTAINER=false promtail
# https://hub.docker.com/_/debian
FROM debian:buster-20210721-slim

COPY --from=build /src/loki/cmd/promtail/promtail /usr/bin/promtail
COPY --from=build /src/loki/clients/cmd/promtail/promtail /usr/bin/promtail
RUN promtail --version

# Build arguments
Expand Down

0 comments on commit 15ddc2c

Please sign in to comment.