keycloak bump version

This commit is contained in:
Christian Galo 2023-10-16 23:19:44 +00:00
parent 8d0149f128
commit 743eee88cd
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Keycloak
Wiki Cafe's configuration for a Keycloak deployment. Originally slimmed down from a `abra` [recipe](https://git.coopcloud.tech/coop-cloud/keycloak) by [Co-op Cloud](https://coopcloud.tech/).
Wiki Cafe's configuration for a Keycloak deployment. Originally slimmed down from an `abra` [recipe](https://git.coopcloud.tech/coop-cloud/keycloak) by [Co-op Cloud](https://coopcloud.tech/).
## Deploying the app with Docker Swarm

View File

@ -1,6 +1,6 @@
services:
app:
image: "keycloak/keycloak:22.0.1"
image: "keycloak/keycloak:22.0.3"
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: