chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate 2025-04-28 23:33:30 +00:00
parent bcc6ce4231
commit 355287537b

View file

@ -2,7 +2,7 @@ version: '3'
services: services:
db: db:
image: postgres:16.8@sha256:86f5b93b64a9d532cb5b23456f6a70f83ae536cfaa28df67c6303b344e617f7d image: postgres:17.4@sha256:cdb3f383b3e4c996be74f758377d272b0c8eb1ab2c227349933bf52d363685cc
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data