Skip to content

Commit

Permalink
chore(deps): update postgres:15.10 docker digest to 06dd85a (#573)
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 Jan 6, 2025
1 parent 48c005e commit 8c25481
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.10@sha256:6cbdd616ae7ea61fa88873fdab529b3fd141b8a8311bfe4e6e62575f643f88fe
image: postgres:15.10@sha256:06dd85a64e950719a3ee8435ce1bdc32b5f8acf406185d7ff875bcced5817165
volumes:
- ./initdb:/docker-entrypoint-initdb.d
restart: always
Expand All @@ -53,7 +53,7 @@ services:
- "5433:5432"

test-db:
image: postgres:15.10@sha256:6cbdd616ae7ea61fa88873fdab529b3fd141b8a8311bfe4e6e62575f643f88fe
image: postgres:15.10@sha256:06dd85a64e950719a3ee8435ce1bdc32b5f8acf406185d7ff875bcced5817165
volumes:
- ./initdb:/docker-entrypoint-initdb.d
restart: always
Expand Down

0 comments on commit 8c25481

Please sign in to comment.