Skip to content

Commit

Permalink
chore(deps): update oryd/kratos docker tag to v1.3.1 (#1795)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent c764cd6 commit 0cd5f99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ services:
<<: *logging

kratos:
image: 'oryd/kratos:v1.3.0'
image: 'oryd/kratos:v1.3.1'
privileged: true
depends_on:
- postgres
Expand Down
2 changes: 1 addition & 1 deletion docker/prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ services:
- testnet

kratos:
image: 'oryd/kratos:v1.3.0'
image: 'oryd/kratos:v1.3.1'
privileged: true
ports:
- '4433:4433'
Expand Down

0 comments on commit 0cd5f99

Please sign in to comment.