Skip to content

Commit

Permalink
chore(deps): update oryd/kratos docker tag to v1.3.0 (#18392)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 78d68f0 commit f4c279f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/docker-compose/application/auth/kratos/kratos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
depends_on:
- coredns
- kratos_migrate
image: oryd/kratos:v1.2.0
image: oryd/kratos:v1.3.0
command: serve -c /etc/config/kratos/kratos.yml --dev --watch-courier
container_name: kratos
init: true
Expand Down Expand Up @@ -51,7 +51,7 @@ services:
<<: *network
depends_on:
- coredns
image: oryd/kratos:v1.2.0
image: oryd/kratos:v1.3.0
environment:
DSN: sqlite:///var/lib/sqlite/db.sqlite?_fk=true&mode=rwc
command: -c /etc/config/kratos/kratos.yml migrate sql -e --yes
Expand Down

0 comments on commit f4c279f

Please sign in to comment.