2 Commits
Author SHA1 Message Date
jcabillot bceca024fd Merge pull request 'fix: ignore hadolint DL3066 for non-numeric USER www-data' (#32) from fix/hadolint-dl3066 into master
Main Release / test (push) Successful in 41s
Main Release / hadolint (push) Successful in 13s
Main Release / build (push) Successful in 26s
Main Release / tag (push) Successful in 23s
Tag Release / hadolint (push) Successful in 11s
Tag Release / test (push) Successful in 28s
Tag Release / build-push (push) Successful in 3m3s
Reviewed-on: #32
2026-08-02 12:35:30 -04:00
opencodecabilloteu ad8b3b7830 fix: ignore hadolint DL3066 for non-numeric USER www-data
PR Checks / hadolint (pull_request) Successful in 15s
PR Checks / build-test (pull_request) Successful in 1m11s
2026-08-02 16:26:21 +00:00
+1 -1
View File
@@ -5,5 +5,5 @@ WORKDIR /app
COPY Caddyfile /etc/frankenphp/Caddyfile COPY Caddyfile /etc/frankenphp/Caddyfile
COPY --chown=www-data:www-data root /app/public COPY --chown=www-data:www-data root /app/public
# hadolint ignore=DL3066
USER www-data USER www-data