Compare commits

...

2 commits

Author SHA1 Message Date
ccde400b9d Update docker.io/pretalx/standalone Docker tag to v2025.2.3
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m29s
/ Ansible Lint (push) Successful in 10m30s
2026-03-06 18:45:54 +00:00
4068c7861a
renovate: wip testing
All checks were successful
/ Ansible Lint (push) Successful in 3m27s
2026-03-06 19:45:29 +01:00
2 changed files with 6 additions and 4 deletions

View file

@ -35,12 +35,14 @@
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"matchPackageNames": ["docker.io/pretix/standalone"], "matchPackageNames": ["docker.io/pretix/standalone"],
"versioning": "regex:^(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$" "matchUpdateTypes": ["minor"],
"groupName": null
}, },
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"matchPackageNames": ["docker.io/pretalx/standalone"], "matchPackageNames": ["docker.io/pretalx/standalone"],
"versioning": "regex:^v(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$" "matchUpdateTypes": ["minor"],
"groupName": null
} }
], ],
"customManagers": [ "customManagers": [

View file

@ -33,7 +33,7 @@ services:
- pretalx_net - pretalx_net
pretalx: pretalx:
image: docker.io/pretalx/standalone:v2025.1.0 image: docker.io/pretalx/standalone:v2025.2.3
entrypoint: gunicorn entrypoint: gunicorn
command: command:
- "pretalx.wsgi" - "pretalx.wsgi"
@ -78,7 +78,7 @@ services:
- pretalx_net - pretalx_net
celery: celery:
image: docker.io/pretalx/standalone:v2025.1.0 image: docker.io/pretalx/standalone:v2025.2.3
command: command:
- taskworker - taskworker
restart: unless-stopped restart: unless-stopped