Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v15.9 (#552)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent c00bdeb commit f83eb09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
OPENAPI_URL: "/openapi.json"

db:
image: postgres:15.8@sha256:eb3747f5d0a92195ca486d2f15d9a4ee5e9461b0332fe87fbc59069490a5c659
image: postgres:15.9@sha256:4aea4ddff8a3b411d6644e2cec3748c365189de1a2ffd5a7ac579dfbe45845a0
volumes:
- ./initdb:/docker-entrypoint-initdb.d
restart: always
Expand All @@ -53,7 +53,7 @@ services:
- "5433:5432"

test-db:
image: postgres:15.8@sha256:eb3747f5d0a92195ca486d2f15d9a4ee5e9461b0332fe87fbc59069490a5c659
image: postgres:15.9@sha256:4aea4ddff8a3b411d6644e2cec3748c365189de1a2ffd5a7ac579dfbe45845a0
volumes:
- ./initdb:/docker-entrypoint-initdb.d
restart: always
Expand Down

0 comments on commit f83eb09

Please sign in to comment.