Skip to content

Commit

Permalink
chore(deps): update all non-major docker-compose dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent b32c5c9 commit d07ba5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
retries: 5

eventstore:
image: eventstore/eventstore:23.10.2-jammy
image: eventstore/eventstore:23.10.3-jammy
restart: unless-stopped
environment:
EVENTSTORE_TELEMETRY_OPTOUT: "true"
Expand All @@ -28,7 +28,7 @@ services:
- "2113:2113"

spicedb:
image: authzed/spicedb:v1.31.0
image: authzed/spicedb:v1.37.1
ports:
- "50051:50051"
command: [
Expand Down Expand Up @@ -79,7 +79,7 @@ services:

# dapr sidecar for apisix
apisix-dapr:
image: "daprio/daprd:1.14.1"
image: "daprio/daprd:1.14.4"
restart: unless-stopped
depends_on:
- apisix
Expand Down

0 comments on commit d07ba5e

Please sign in to comment.