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
This commit was merged in pull request #32.
This commit is contained in:
2026-08-02 12:35:30 -04:00
+1 -1
View File
@@ -5,5 +5,5 @@ WORKDIR /app
COPY Caddyfile /etc/frankenphp/Caddyfile
COPY --chown=www-data:www-data root /app/public
# hadolint ignore=DL3066
USER www-data