Skip to content

Commit 03ee6f2

Browse files
chore(deps): update oryd/hydra docker tag to v25
1 parent 4875a6e commit 03ee6f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ services:
6262

6363
# hydra
6464
hydra:
65-
image: oryd/hydra:v1.11.10
65+
image: oryd/hydra:v25.4.0
6666
ports:
6767
- "4444:4444" # Public Port
6868
- "4445:4445" # Admin Port
@@ -79,7 +79,7 @@ services:
7979
- governor
8080

8181
hydra-migrate:
82-
image: oryd/hydra:v1.11.10
82+
image: oryd/hydra:v25.4.0
8383
environment:
8484
- DSN=postgres://postgres:postgres@pg:5432/hydra_dev?sslmode=disable&max_conns=20&max_idle_conns=4
8585
command: migrate -c /etc/config/hydra/hydra.yml sql -e --yes

0 commit comments

Comments
 (0)