From ad8b3b7830e2f3fb05d92e59fd62d6751e23b71e Mon Sep 17 00:00:00 2001 From: opencodecabilloteu Date: Sun, 2 Aug 2026 16:26:21 +0000 Subject: [PATCH] fix: ignore hadolint DL3066 for non-numeric USER www-data --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4e2fb9..f002c3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,5 @@ WORKDIR /app COPY Caddyfile /etc/frankenphp/Caddyfile COPY --chown=www-data:www-data root /app/public - +# hadolint ignore=DL3066 USER www-data