Update docker.io/pretalx/standalone Docker tag to v2026 #82

Open
renovate wants to merge 1 commit from renovate/docker.io-pretalx-standalone-2026.x into main
Showing only changes of commit da79774c7e - Show all commits

Update docker.io/pretalx/standalone Docker tag to v2026
Some checks failed
/ build (pull_request) Successful in 31s
/ Ansible Lint (push) Failing after 2m27s
/ Ansible Lint (pull_request) Failing after 2m27s

Renovate 2026-07-05 08:46:21 +00:00

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