fix(renovate): remove quotes from FROM to enable docker image detection
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 1m31s
Docker Build and Push / test (pull_request) Successful in 34s
Docker Build and Push / push (pull_request) Has been skipped

This commit is contained in:
Sagent
2026-06-09 02:15:26 +00:00
parent a6638c5ef1
commit fb2bfb019a
+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>" LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
# hadolint ignore=DL3008,DL3015,SC3009 # hadolint ignore=DL3008,DL3015,SC3009