chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate 2024-12-03 12:32:40 +00:00
parent 4d37714468
commit 67e00205a9

View file

@ -2,7 +2,7 @@ version: '3'
services: services:
db: db:
image: postgres:16.6@sha256:5620f242bbc0e17478556102327e7efcf60ab48de3607c9e0ea98800841785ec image: postgres:17.2@sha256:fe4efc6901dda0d952306fd962643d8022d7bb773ffe13fe8a21551b9276e50c
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data