We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc3afa commit 42b5f54Copy full SHA for 42b5f54
ops/docker-compose/application/auth/spicedb/spicedb.yaml
@@ -12,7 +12,7 @@ services:
12
depends_on:
13
- coredns
14
- spicedb_migrate
15
- image: authzed/spicedb:v1.45.4
+ image: authzed/spicedb:v1.46.0
16
command: serve
17
container_name: spicedb
18
restart: always
@@ -50,7 +50,7 @@ services:
50
51
52
- postgres
53
54
command: "migrate head"
55
container_name: spicedb_migrate
56
restart: on-failure
0 commit comments