diff --git a/docker-compose.yml b/docker-compose.yml index fd659ee..aaecc53 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: hydra: - image: oryd/hydra:v2.3 + image: oryd/hydra:v25.4 command: serve public --dev -c /etc/config/hydra/hydra.yml configs: - source: hydra_config @@ -25,7 +25,7 @@ services: - hydra-postgresd hydra-admin: - image: oryd/hydra:v2.3 + image: oryd/hydra:v25.4 command: serve admin -c /etc/config/hydra/hydra.yml configs: - source: hydra_config @@ -50,7 +50,7 @@ services: - hydra-postgresd hydra-migrate: - image: oryd/hydra:v2.3 + image: oryd/hydra:v25.4 command: migrate -c /etc/config/hydra/hydra.yml sql -e --yes configs: - source: hydra_config