chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate 2025-05-25 12:47:37 +00:00
parent 1261c4368e
commit f4dcd0420d

View file

@ -2,7 +2,7 @@ version: '3'
services: services:
db: db:
image: postgres:16.9@sha256:47053cd4ee3f096afc744e53e3280de7b29b3670d2f2196c2acc0c6470923c99 image: postgres:17.5@sha256:6efd0df010dc3cb40d5e33e3ef84acecc5e73161bd3df06029ee8698e5e12c60
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data