Skip to content

Commit

Permalink
use substring
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Sep 13, 2024
1 parent 136a6a3 commit ba33417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN bash -c 'curl -sOL https://github.com/grafana/tempo/releases/download/v"$TEM
tar xfz tempo_"${TEMPO_VERSION}"_linux_"${TARGETARCH}".tar.gz -C tempo/ && \
rm tempo_"${TEMPO_VERSION}"_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 ba33417

Please sign in to comment.