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 6, 2024
1 parent 958b00f commit ecdefac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 @@ -69,7 +69,7 @@ services:

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

0 comments on commit ecdefac

Please sign in to comment.