Skip to content

Commit 2df56ec

Browse files
committed
chore(release): bumped the containers to use 4.0.0
1 parent 8eae5b9 commit 2df56ec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

etc/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
restart: 'no'
2121
networks:
2222
- storage
23-
image: 'ghcr.io/zitadel/zitadel:v4.0.0-rc.1'
23+
image: 'ghcr.io/zitadel/zitadel:v4.0.0'
2424
command: 'init --config /example-zitadel-config.yaml --config /example-zitadel-secrets.yaml'
2525
depends_on:
2626
db:
@@ -34,7 +34,7 @@ services:
3434
restart: 'no'
3535
networks:
3636
- storage
37-
image: 'ghcr.io/zitadel/zitadel:v4.0.0-rc.1-debug'
37+
image: 'ghcr.io/zitadel/zitadel:v4.0.0-debug'
3838
user: root
3939
entrypoint: '/bin/bash'
4040
command: [ "-c", "/app/zitadel setup --config /example-zitadel-config.yaml --config /example-zitadel-secrets.yaml --steps /example-zitadel-init-steps.yaml --masterkey \"my_test_masterkey_0123456789ABEF\" && echo \"--- ZITADEL SETUP COMPLETE ---\" && echo \"Personal Access Token (PAT) will be in ./zitadel_output/pat.txt on your host.\" && echo \"Service Account Key will be in ./zitadel_output/sa-key.json on your host.\" && echo \"OAuth Client ID and Secret will be in 'zitadel' service logs (grep for 'Application created').\"" ]
@@ -55,7 +55,7 @@ services:
5555
networks:
5656
- backend
5757
- storage
58-
image: 'ghcr.io/zitadel/zitadel:v4.0.0-rc.1'
58+
image: 'ghcr.io/zitadel/zitadel:v4.0.0'
5959
command: >
6060
start --config /example-zitadel-config.yaml
6161
--config /example-zitadel-secrets.yaml

0 commit comments

Comments
 (0)