Update all stable non-major dependencies
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m26s
/ Ansible Lint (push) Successful in 2m32s

This commit is contained in:
Renovate 2026-01-18 18:30:43 +00:00
commit 1044492b9d
2 changed files with 3 additions and 3 deletions

View file

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