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 f8c572e commit 8dfbc20Copy full SHA for 8dfbc20
dev/docker-compose.yaml
@@ -28,7 +28,7 @@ services:
28
- "2113:2113"
29
30
spicedb:
31
- image: authzed/spicedb:v1.31.0
+ image: authzed/spicedb:v1.35.3
32
ports:
33
- "50051:50051"
34
command: [
@@ -80,7 +80,7 @@ services:
80
81
# dapr sidecar for apisix
82
apisix-dapr:
83
- image: "daprio/daprd:1.14.1"
+ image: "daprio/daprd:1.14.2"
84
restart: unless-stopped
85
depends_on:
86
- apisix
0 commit comments