3 Commits
Author SHA1 Message Date
renovate c94411f579 chore(deps): update hadolint/hadolint-action action to v3.4.0
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 20s
PR Checks / build-test (pull_request) Successful in 3m33s
2026-08-02 16:53:25 +00:00
jcabillot 3cf53dd6f5 Merge pull request 'fix: ignore hadolint DL3066 for non-numeric USER' (#22) from fix/hadolint-dl3066 into master
Main Release / hadolint (push) Successful in 14s
Main Release / test (push) Successful in 34s
Main Release / build (push) Successful in 22s
Main Release / tag (push) Successful in 17s
Tag Release / hadolint (push) Successful in 16s
Tag Release / test (push) Successful in 48s
Tag Release / build-push (push) Failing after 6m31s
Reviewed-on: #22
2026-08-02 12:45:10 -04:00
opencodecabilloteu 355049bb3a 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
2026-08-02 16:39:21 +00:00
+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" ]