Compare commits

...

2 commits

Author SHA1 Message Date
e0bcf42529 Update docker.io/pretalx/standalone Docker tag to v2026
Some checks failed
/ Ansible Lint (push) Successful in 2m22s
/ Ansible Lint (pull_request) Successful in 2m23s
/ build (pull_request) Failing after 2m43s
2026-06-08 19:46:11 +00:00
04305a1124
keycloak: update to 26.6.0
Some checks failed
/ Ansible Lint (push) Successful in 2m29s
/ build (push) Failing after 2m41s
2026-06-08 21:34:13 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@
services:
keycloak:
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.5.7
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.6.0
pull_policy: always
restart: unless-stopped
command: start --optimized

View file

@ -33,7 +33,7 @@ services:
- pretalx_net
pretalx:
image: docker.io/pretalx/standalone:v2025.1.0
image: docker.io/pretalx/standalone:v2026.1.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:v2026.1.2
command:
- taskworker
restart: unless-stopped