Update Zitadel version on quickstart script (#2744)

Update Zitadel version at docker compose in quickstart script from 2.54.3 to 2.54.10 because 2.54.3 isn't stable and has a lot of bugs.
This commit is contained in:
Emre Oksum 2024-10-16 18:51:21 +03:00 committed by GitHub
parent 8c8900be57
commit f942491b91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -873,7 +873,7 @@ services:
zitadel:
restart: 'always'
networks: [netbird]
image: 'ghcr.io/zitadel/zitadel:v2.54.3'
image: 'ghcr.io/zitadel/zitadel:v2.54.10'
command: 'start-from-init --masterkeyFromEnv --tlsMode $ZITADEL_TLS_MODE'
env_file:
- ./zitadel.env