chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate 2025-02-19 03:31:36 +00:00
parent 16ebda183f
commit 4341810410

View file

@ -2,7 +2,7 @@ version: '3'
services: services:
db: db:
image: postgres:16.7@sha256:a35ec42526e3c522eb13b4d82eddaee875d0ac6ca9eb5cc5607e412854478c71 image: postgres:17.3@sha256:0321e2252ebfeecb8bc1a899755084d29bce872953e1a5a3e25ec0860b739098
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data