diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 64b15e479..8a533b39a 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -58,7 +58,7 @@ services: networks: - intranet hydra: - image: ghcr.io/canonical/hydra:2.2.0-canonical + image: ghcr.io/canonical/hydra:2.3.0-canonical ports: - "4444:4444" # Public port - "4445:4445" # Admin port @@ -76,7 +76,7 @@ services: networks: - intranet hydra-migrate: - image: ghcr.io/canonical/hydra:2.2.0-canonical + image: ghcr.io/canonical/hydra:2.3.0-canonical environment: - DSN=postgres://hydra:hydra@postgres/hydra?sslmode=disable command: exec hydra migrate -c /etc/config/hydra/hydra.yml sql -e --yes