fix(renovate): remove quotes from FROM to enable docker image detection

This commit is contained in:
Sagent
2026-06-09 02:15:32 +00:00
parent 2ddbdddcc6
commit 11307929fb
+1 -1
View File
@@ -1,4 +1,4 @@
FROM "php:7.4-apache"
FROM php:7.4-apache
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"