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 ab9269e commit cb4e991Copy full SHA for cb4e991
dev/docker-compose.yaml
@@ -16,7 +16,7 @@ services:
16
retries: 5
17
18
eventstore:
19
- image: eventstore/eventstore:23.10.2-jammy
+ image: eventstore/eventstore:23.10.7-jammy
20
restart: unless-stopped
21
environment:
22
EVENTSTORE_TELEMETRY_OPTOUT: "true"
@@ -28,7 +28,7 @@ services:
28
- "2113:2113"
29
30
spicedb:
31
- image: authzed/spicedb:v1.31.0
+ image: authzed/spicedb:v1.44.4
32
ports:
33
- "50051:50051"
34
command: [
@@ -79,7 +79,7 @@ services:
79
80
# dapr sidecar for apisix
81
apisix-dapr:
82
- image: "daprio/daprd:1.14.1"
+ image: "daprio/daprd:1.15.6"
83
84
depends_on:
85
- apisix
0 commit comments