Skip to content

Commit

Permalink
chore(deps): update authzed/spicedb docker tag to v1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2023
1 parent ba2939b commit 75171de
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.24.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.24.0
command: serve
restart: unless-stopped
env_file:
Expand Down

0 comments on commit 75171de

Please sign in to comment.