1 Commits

Author SHA1 Message Date
Sagent 529616f1bf fix: migrate from jcabillot/phpapache to dunglas/frankenphp
PR Checks / build-test (pull_request) Failing after 43s
PR Checks / hadolint (pull_request) Failing after 13m1s
2026-06-29 12:33:48 +00:00
2 changed files with 3 additions and 17 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
frankenphp
}
:8080 {
:80 {
root * /app/public
encode zstd br gzip
try_files {path} /index.php?{query}
php_server
file_server
}
+1 -15
View File
@@ -1,17 +1,3 @@
{
"$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"
}
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}