Skip to content

Commit

Permalink
Merge pull request #165 from mdegat01/no-version-dockerfile
Browse files Browse the repository at this point in the history
Remove loki version print in dockerfile
  • Loading branch information
mdegat01 authored Aug 30, 2022
2 parents 00c3a86 + a8db989 commit 6ab8cec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion loki/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6ab8cec

Please sign in to comment.