Compare commits
2 commits
07946122c2
...
de4252db28
| Author | SHA1 | Date | |
|---|---|---|---|
| de4252db28 | |||
|
f345ff5e00 |
2 changed files with 5 additions and 3 deletions
|
|
@ -35,12 +35,14 @@
|
|||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["docker.io/pretix/standalone"],
|
||||
"versioning": "regex:^(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
||||
"matchUpdateTypes": ["minor"],
|
||||
"groupName": null
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["docker.io/pretalx/standalone"],
|
||||
"versioning": "regex:^v(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
||||
"matchUpdateTypes": ["minor"],
|
||||
"groupName": null
|
||||
}
|
||||
],
|
||||
"customManagers": [
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ services:
|
|||
backend:
|
||||
|
||||
pretix:
|
||||
image: docker.io/pretix/standalone:2024.8
|
||||
image: docker.io/pretix/standalone:2026.2
|
||||
command: ["all"]
|
||||
ports:
|
||||
- "8345:80"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue