chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate 2024-11-23 00:32:12 +00:00
parent 5e3ee25ac5
commit c63f2dbfdc

View file

@ -2,7 +2,7 @@ version: '3'
services: services:
db: db:
image: postgres:16.5@sha256:53f3e608f9475ce120ced2d0f430b89458d7faa28530e0b0977a6af64d294877 image: postgres:17.2@sha256:994cc3113ce004ae73df11f0dbc5088cbe6bb0da1691dd7e6f55474202a4f211
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data