⬆ Bump postgres from 12 to 17 (#1580)

Bumps postgres from 12 to 17.

---
updated-dependencies:
- dependency-name: postgres
  dependency-version: '17'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-04-30 09:32:13 +02:00
committed by GitHub
parent 7db5099493
commit cd7162372a

View File

@@ -1,7 +1,7 @@
services:
db:
image: postgres:12
image: postgres:17
restart: always
healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"]