Prevents globbing and word splitting

Signed-off-by: steffenmalisi <steffenmalisi@users.noreply.github.com>
This commit is contained in:
steffenmalisi 2023-05-11 14:48:51 +02:00 committed by Simon L
parent d95058ae21
commit 7df7ee738c

View file

@ -31,5 +31,5 @@ USER nobody
ENV MALLOC_ARENA_MAX=2 ENV MALLOC_ARENA_MAX=2
ENTRYPOINT ["imaginary", "-return-size", "-max-allowed-resolution", "222.2"] ENTRYPOINT ["imaginary", "-return-size", "-max-allowed-resolution", "222.2"]
HEALTHCHECK CMD nc -z localhost $PORT || exit 1 HEALTHCHECK CMD nc -z localhost "$PORT" || exit 1
LABEL com.centurylinklabs.watchtower.monitor-only="true" LABEL com.centurylinklabs.watchtower.monitor-only="true"