Skip to content

Commit

Permalink
Update Loki to 2.7.0 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdegat01 authored Nov 17, 2022
1 parent 5495710 commit 56b6b19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.18.5-bullseye as build
FROM golang:1.19.2-bullseye as build
# https://github.com/grafana/loki/releases
ENV LOKI_VERSION 2.6.1
ENV LOKI_VERSION 2.7.0

WORKDIR /usr/src/loki

Expand All @@ -14,7 +14,7 @@ RUN set -eux; \
; \
git clone --depth 1 -b "v${LOKI_VERSION}" https://github.com/grafana/loki .; \
make clean; \
make BUILD_IN_CONTAINER=false promtail
make BUILD_IN_CONTAINER=false PROMTAIL_JOURNAL_ENABLED=true promtail

# https://hub.docker.com/_/debian
FROM debian:bullseye-20221114-slim
Expand Down

0 comments on commit 56b6b19

Please sign in to comment.