From 355049bb3acead9d687f6acb0259fd6a1e38671f Mon Sep 17 00:00:00 2001 From: opencodecabilloteu Date: Sun, 2 Aug 2026 16:39:21 +0000 Subject: [PATCH] fix: ignore hadolint DL3066 for non-numeric USER --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index da21707..1bce686 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ LABEL maintainer="Cabillot Julien " # hadolint ignore=DL3018 RUN apk add --no-cache apache2-utils - +# hadolint ignore=DL3066 USER "nobody" ENTRYPOINT [ "htpasswd" ] \ No newline at end of file