fix: migrate from jcabillot/phpapache to dunglas/frankenphp

This commit is contained in:
Sagent
2026-06-29 12:33:17 +00:00
parent 5b25487d48
commit 05f4ba026e
3 changed files with 32 additions and 8 deletions
+2 -2
View File
@@ -3,14 +3,14 @@
"customManagers": [
{
"customType": "regex",
"description": "Detect ARG VERSION pin for jcabillot/phpapache base image",
"description": "Detect ARG VERSION pin for dunglas/frankenphp base image",
"managerFilePatterns": [
"/^Dockerfile$/"
],
"matchStrings": [
"ARG\\s+VERSION=\"(?<currentValue>[^\"]+)\""
],
"depNameTemplate": "jcabillot/phpapache",
"depNameTemplate": "dunglas/frankenphp",
"datasourceTemplate": "docker"
}
]