chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate 2024-09-28 00:24:21 +00:00
parent 4bc28df592
commit 7aea8dd2c2

View file

@ -2,7 +2,7 @@ version: '3'
services: services:
db: db:
image: postgres:16.4@sha256:7d0459814530c51bd14f7593c9f6135198cfc0c8caba9b0898e9a5c5bc27dd34 image: postgres:17.0@sha256:5c33d748663e30fd18e3fbaaa3e177f91c23e5b3c6272c7f5ce80e8481fdcaf1
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data