From 462eeaaf1c7a6003d3442eedea259b42aef34b31 Mon Sep 17 00:00:00 2001 From: mezned Date: Sun, 10 Nov 2024 18:06:22 +0100 Subject: [PATCH] update --- promtail/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promtail/Dockerfile b/promtail/Dockerfile index fa94a57..df73fcf 100644 --- a/promtail/Dockerfile +++ b/promtail/Dockerfile @@ -41,7 +41,7 @@ RUN case "${BUILD_ARCH}" in \ # Add promtail RUN apk add --no-cache curl tar unzip; \ - curl -s -J -L -o promtail-linux-amd64.zip + curl -s -J -L -o promtail-linux-amd64.zip \ "https://github.com/grafana/loki/releases/download/v${PROMTAIL_VERSION}/promtail-linux-amd64.zip"; \ unzip promtail-linux-amd64.zip -d /usr/bin; \ mv /usr/bin/promtail-linux-amd64 /usr/bin/promtail; \