Compare commits
2 Commits
af335e6708
..
v0.0.5
| Author | SHA1 | Date | |
|---|---|---|---|
| b9ee6ab52b | |||
|
7a5a53b3db
|
@@ -6,6 +6,6 @@
|
||||
:8080 {
|
||||
root * /app/public
|
||||
encode zstd br gzip
|
||||
try_files {path} /index.php?{query}
|
||||
php_server
|
||||
file_server
|
||||
}
|
||||
|
||||
+15
-1
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user