2 Commits

Author SHA1 Message Date
jcabillot 3e5a12c827 Merge pull request 'fix: migrate from jcabillot/phpapache to dunglas/frankenphp' (#12) from fix/frankenphp-migration into master
Main Release / hadolint (push) Successful in 9s
Main Release / test (push) Successful in 17s
Main Release / build (push) Successful in 13s
Main Release / tag (push) Successful in 13s
Tag Release / test (push) Successful in 17s
Tag Release / build-push (push) Successful in 53s
Tag Release / hadolint (push) Successful in 10s
Reviewed-on: #12
2026-06-29 09:06:59 -04:00
Sagent 7b8caa0463 fix: migrate from jcabillot/phpapache to dunglas/frankenphp
PR Checks / build-test (pull_request) Successful in 21s
PR Checks / hadolint (pull_request) Successful in 9s
2026-06-29 12:50:41 +00:00
+15 -1
View File
@@ -1,3 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"customType": "regex",
"description": "Detect ARG VERSION pin for jcabillot/phpapache base image",
"managerFilePatterns": [
"/^Dockerfile$/"
],
"matchStrings": [
"ARG\\s+VERSION=\"(?<currentValue>[^\"]+)\""
],
"depNameTemplate": "jcabillot/phpapache",
"datasourceTemplate": "docker"
}
]
}