Browse Source

⬆ 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>
pull/13907/head
dependabot[bot] 3 months ago
committed by GitHub
parent
commit
cd7162372a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docker-compose.yml

2
docker-compose.yml

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

Loading…
Cancel
Save