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 e88a2b3 commit fb2deccCopy full SHA for fb2decc
dev/docker-compose.yaml
@@ -30,7 +30,7 @@ services:
30
- "2113:2113"
31
32
spicedb:
33
- image: authzed/spicedb:v1.31.0
+ image: authzed/spicedb:v1.35.3
34
ports:
35
- "50051:50051"
36
command: [
@@ -82,7 +82,7 @@ services:
82
83
# dapr sidecar for apisix
84
apisix-dapr:
85
- image: "daprio/daprd:1.14.1"
+ image: "daprio/daprd:1.14.2"
86
restart: unless-stopped
87
depends_on:
88
- apisix
0 commit comments