adjust user to the upstream one

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-13 09:14:53 +02:00
parent 464b7be5f6
commit 53defc5579

View file

@ -13,7 +13,7 @@ RUN set -ex; \
; \
rm -rf /var/lib/apt/lists/*
USER 104
USER 100
HEALTHCHECK CMD nc -z localhost 9980 || exit 1
LABEL com.centurylinklabs.watchtower.monitor-only="true"