fix: migrate from jcabillot/phpapache to dunglas/frankenphp
This commit is contained in:
+2
-2
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user