fix: ignore hadolint DL3066 for non-numeric USER
This commit is contained in:
+1
-1
@@ -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" ]
|
||||||
Reference in New Issue
Block a user