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 Jun 29, 2024
1 parent dac9a5f commit 435515d
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 @@ -3,7 +3,7 @@ version: '3'
services:

postgres:
image: postgres:15.6
image: postgres:15.7
restart: unless-stopped
environment:
POSTGRES_PASSWORD: postgres
Expand Down Expand Up @@ -36,7 +36,7 @@ services:
- "6379:6379"

jaeger:
image: jaegertracing/all-in-one:1.57
image: jaegertracing/all-in-one:1.58
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.13.5"
restart: unless-stopped
depends_on:
- apisix
Expand Down

0 comments on commit 435515d

Please sign in to comment.