Compare commits

..

1 Commits

Author SHA1 Message Date
526f6b57c1 chore: upgrade app to 26.7.0
All checks were successful
cc-ci/testme cc-ci: success
2026-07-13 20:26:43 +00:00

View File

@ -1,6 +1,6 @@
services:
app:
image: "keycloak/keycloak:26.6.4"
image: "keycloak/keycloak:26.7.0"
entrypoint: >
bash -c "KEYCLOAK_ADMIN_PASSWORD=\"$$(cat /run/secrets/admin_password)\" KC_DB_PASSWORD=\"$$(cat /run/secrets/db_password)\" /opt/keycloak/bin/kc.sh start"
networks: