diff --git a/loki/Dockerfile b/loki/Dockerfile index 2a93b2a..f5faa1a 100644 --- a/loki/Dockerfile +++ b/loki/Dockerfile @@ -29,7 +29,6 @@ RUN set -eux; \ chmod a+x /usr/bin/loki; \ rm /tmp/loki.zip; \ apk del .build-deps; \ - loki --version; \ \ apk add --no-cache \ ca-certificates=20211220-r0 \