Skip to content

Commit

Permalink
Merge pull request #32 from mdegat01/loki-2.2.1
Browse files Browse the repository at this point in the history
Update Loki to `2.2.1`
  • Loading branch information
mdegat01 authored Apr 6, 2021
2 parents 1f9871e + 539a3c2 commit f8d17a2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions loki/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# https://github.com/hassio-addons/addon-base/releases
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.1.5

# https://github.com/grafana/loki/releases
# https://hub.docker.com/_/alpine
FROM alpine:3.13.4 as build
ENV LOKI_VERSION 2.2.0
# https://github.com/grafana/loki/releases
ENV LOKI_VERSION 2.2.1

RUN set -eux; \
apk update; \
Expand All @@ -26,7 +27,7 @@ RUN set -eux; \


# hadolint ignore=DL3006
FROM $BUILD_FROM
FROM ${BUILD_FROM}

# add Nginx
# hadolint ignore=DL3009
Expand Down

0 comments on commit f8d17a2

Please sign in to comment.