chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate 2024-09-27 03:02:20 +00:00
parent 0033fc5e45
commit 380b18777b

View file

@ -2,7 +2,7 @@ version: '3'
services: services:
db: db:
image: postgres:16.4@sha256:9a2f3b8137068178039fcf7769a760b700a4c09460c502bcd18cae8a7484af65 image: postgres:17.0@sha256:89fec07c35a8f90691bb003617a621dfb9cf7d0f638de3588f6010561178352c
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data