fix(renovate): unquote FROM to enable docker image lookup #5

Merged
jcabillot merged 1 commits from chore/renovate into master 2026-06-09 08:37:08 -04:00
Owner

Problem

Renovate reports: Failed to look up docker package "php": no-result

The FROM "php:8.3-apache" line uses double quotes around the image reference, causing Renovate to extract "php instead of php:8.3-apache.

Fix

Remove double quotes from FROM instruction.

## Problem Renovate reports: `Failed to look up docker package "php": no-result` The `FROM "php:8.3-apache"` line uses double quotes around the image reference, causing Renovate to extract `"php` instead of `php:8.3-apache`. ## Fix Remove double quotes from `FROM` instruction.
cloudix_mcp_server added 1 commit 2026-06-08 22:16:29 -04:00
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
fb2bfb019a
jcabillot was assigned by cloudix_mcp_server 2026-06-08 22:17:57 -04:00
jcabillot merged commit 5083ea89e8 into master 2026-06-09 08:37:07 -04:00
jcabillot deleted branch chore/renovate 2026-06-09 08:37:11 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: web/phpapache#5