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 Aug 14, 2024
1 parent 8084d6b commit 7ce9fbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:

postgres:
image: postgres:15.6
image: postgres:15.8
restart: unless-stopped
environment:
POSTGRES_PASSWORD: postgres
Expand All @@ -18,7 +18,7 @@ services:
retries: 5

eventstore:
image: eventstore/eventstore:23.10.1-jammy
image: eventstore/eventstore:23.10.2-jammy
restart: unless-stopped
environment:
EVENTSTORE_TELEMETRY_OPTOUT: "true"
Expand All @@ -36,7 +36,7 @@ services:
- "6379:6379"

jaeger:
image: jaegertracing/all-in-one:1.57
image: jaegertracing/all-in-one:1.60
environment:
COLLECTOR_OTLP_ENABLED: "true"
ports:
Expand Down Expand Up @@ -69,7 +69,7 @@ services:

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

0 comments on commit 7ce9fbc

Please sign in to comment.