Merge pull request 'fix(renovate): unquote FROM to enable docker image lookup' (#5) from chore/renovate into master
Docker Build and Push / lint (push) Successful in 12s
Docker Build and Push / build (push) Successful in 1m11s
Docker Build and Push / test (push) Successful in 22s
Docker Build and Push / push (push) Successful in 24s

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-06-09 08:37:00 -04:00
+1 -1
View File
@@ -1,4 +1,4 @@
FROM "php:8.3-apache"
FROM php:8.3-apache
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
# hadolint ignore=DL3008,DL3015,SC3009