Skip to content

Commit

Permalink
Merge pull request #96 from grafana/grafanarenovatebot/loki-3.x
Browse files Browse the repository at this point in the history
Update dependency loki to v3.1.1
  • Loading branch information
zeitlinger authored Sep 13, 2024
2 parents 911c238 + ba33417 commit 467b76f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV PROMETHEUS_VERSION=v2.54.1
# renovate: datasource=github-releases depName=tempo packageName=grafana/tempo
ENV TEMPO_VERSION=v2.6.0
# renovate: datasource=github-releases depName=loki packageName=grafana/loki
ENV LOKI_VERSION="3.1.0"
ENV LOKI_VERSION=v3.1.1
# renovate: datasource=github-releases depName=opentelemetry-collector packageName=open-telemetry/opentelemetry-collector-releases
ENV OPENTELEMETRY_COLLECTOR_VERSION=v0.109.0

Expand Down Expand Up @@ -37,7 +37,7 @@ RUN bash -c 'curl -sOL https://github.com/grafana/tempo/releases/download/"${TEM
tar xfz tempo_"${TEMPO_VERSION:1}"_linux_"${TARGETARCH}".tar.gz -C tempo/ && \
rm tempo_"${TEMPO_VERSION:1}"_linux_"${TARGETARCH}".tar.gz'

RUN bash -c 'curl -sOL https://github.com/grafana/loki/releases/download/v"$LOKI_VERSION"/loki-linux-"${TARGETARCH}".zip && \
RUN bash -c 'curl -sOL https://github.com/grafana/loki/releases/download/"${LOKI_VERSION}"/loki-linux-"${TARGETARCH}".zip && \
mkdir loki && \
unzip loki-linux-"${TARGETARCH}" -d loki/ && \
rm loki-linux-"${TARGETARCH}".zip'
Expand Down

0 comments on commit 467b76f

Please sign in to comment.