Skip to content

Commit 67b4c5f

Browse files
Update oryd/kratos Docker tag to v25
1 parent 9012254 commit 67b4c5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ services:
112112
#################################
113113

114114
kratos-migrate:
115-
image: oryd/kratos:v1.3.1
115+
image: oryd/kratos:v25.4.0
116116
environment:
117117
DSN: "sqlite:///etc/config/kratos/db.sqlite?_fk=true&mode=rwc"
118118
volumes:
@@ -123,7 +123,7 @@ services:
123123
kratos:
124124
depends_on:
125125
- kratos-migrate
126-
image: oryd/kratos:v1.3.1
126+
image: oryd/kratos:v25.4.0
127127
# It's not needed to expose these, leaving for documentation
128128
# ports:
129129
# - '4433:4433' # public API

0 commit comments

Comments
 (0)