Compare commits

...

2 commits

Author SHA1 Message Date
ffc8bedc6f Update docker.io/pretalx/standalone Docker tag to v2026
Some checks failed
/ build (pull_request) Successful in 27s
/ Ansible Lint (push) Failing after 2m45s
/ Ansible Lint (pull_request) Failing after 2m40s
2026-06-30 20:31:10 +00:00
Max
dea6bfe68b
update keycloak to 26.6.3
Some checks failed
/ cleanup-staging (pull_request) Successful in 7s
/ build (pull_request) Successful in 30s
/ build (push) Successful in 27s
/ Ansible Lint (pull_request) Failing after 2m25s
/ Ansible Lint (push) Failing after 2m23s
2026-06-30 22:19:41 +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.6.0
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.6.3
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