2 Commits

Author SHA1 Message Date
jcabillot b9ee6ab52b Merge pull request 'fix: migrate from jcabillot/phpapache to dunglas/frankenphp' (#22) from fix/frankenphp-migration into master
Main Release / hadolint (push) Successful in 10s
Main Release / test (push) Successful in 15s
Main Release / build (push) Successful in 11s
Main Release / tag (push) Successful in 34s
Tag Release / hadolint (push) Successful in 10s
Tag Release / test (push) Successful in 16s
Tag Release / build-push (push) Successful in 56s
Reviewed-on: #22
2026-06-29 08:54:45 -04:00
Sagent 7a5a53b3db fix: migrate from jcabillot/phpapache to dunglas/frankenphp
PR Checks / hadolint (pull_request) Successful in 9s
PR Checks / build-test (pull_request) Successful in 15s
2026-06-29 12:50:50 +00:00
2 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -6,6 +6,6 @@
:8080 { :8080 {
root * /app/public root * /app/public
encode zstd br gzip encode zstd br gzip
try_files {path} /index.php?{query}
php_server php_server
file_server
} }
+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"
}
]
} }