Compare commits

...

2 commits

Author SHA1 Message Date
d507a2412e Update docker.io/pretix/standalone Docker tag to v2026.5
Some checks failed
/ build (pull_request) Successful in 27s
/ Ansible Lint (push) Failing after 2m41s
/ Ansible Lint (pull_request) Failing after 2m44s
2026-06-30 20:31:04 +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 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
services: services:
keycloak: 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 pull_policy: always
restart: unless-stopped restart: unless-stopped
command: start --optimized command: start --optimized

View file

@ -25,7 +25,7 @@ services:
backend: backend:
pretix: pretix:
image: docker.io/pretix/standalone:2026.3 image: docker.io/pretix/standalone:2026.5
command: ["all"] command: ["all"]
ports: ports:
- "8345:80" - "8345:80"