Skip to content

Commit

Permalink
chore(deps): update ghcr.io/canonical/hydra docker tag to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 7976b15 commit 4fa0e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4fa0e46

Please sign in to comment.