Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
- infradev

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

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