fix: ignore hadolint DL3066 for non-numeric USER #22

Merged
jcabillot merged 1 commits from fix/hadolint-dl3066 into master 2026-08-02 12:45:13 -04:00
Showing only changes of commit 355049bb3a - Show all commits
+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" ]