Skip to content

Commit

Permalink
chore(deps): update authzed/spicedb docker tag to v1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent 572c9c8 commit 0ef3a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
- infradev

migrate_spicedb:
image: authzed/spicedb:v1.23.1
image: authzed/spicedb:v1.27.0
command: migrate head
restart: on-failure:5
env_file:
Expand Down Expand Up @@ -79,7 +79,7 @@ services:
- infradev

spicedb:
image: authzed/spicedb:v1.23.1
image: authzed/spicedb:v1.27.0
command: serve
restart: unless-stopped
env_file:
Expand Down

0 comments on commit 0ef3a03

Please sign in to comment.