From 1c8095d5d321c91017da956a08b9e8cbc17b6c29 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 29 Nov 2025 21:35:34 +0100 Subject: [PATCH] Update Dockerfile --- netalertx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netalertx/Dockerfile b/netalertx/Dockerfile index d67bf8488..a09a84271 100644 --- a/netalertx/Dockerfile +++ b/netalertx/Dockerfile @@ -39,7 +39,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ # Add rootfs COPY rootfs/ / -USER root +USER 0 # Uses /bin for compatibility purposes # hadolint ignore=DL4005