Update docker.io/pretalx/standalone Docker tag to v2026
All checks were successful
/ build (pull_request) Successful in 31s
/ Ansible Lint (push) Successful in 2m31s
/ Ansible Lint (pull_request) Successful in 2m19s

This commit is contained in:
Renovate 2026-07-25 23:01:27 +00:00
commit 564d07d724

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:v2026.2.1
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:v2026.2.1
command: command:
- taskworker - taskworker
restart: unless-stopped restart: unless-stopped