fix: ignore hadolint DL3066 for non-numeric USER
PR Checks / hadolint (pull_request) Successful in 14s
PR Checks / build-test (pull_request) Successful in 28s

This commit is contained in:
opencodecabilloteu
2026-08-02 16:39:21 +00:00
parent 0c7eb3ce6e
commit 355049bb3a
+1 -1
View File
@@ -3,7 +3,7 @@ LABEL maintainer="Cabillot Julien <dockerimages@cabillot.eu>"
# hadolint ignore=DL3018 # hadolint ignore=DL3018
RUN apk add --no-cache apache2-utils RUN apk add --no-cache apache2-utils
# hadolint ignore=DL3066
USER "nobody" USER "nobody"
ENTRYPOINT [ "htpasswd" ] ENTRYPOINT [ "htpasswd" ]