chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate 2025-01-14 09:32:56 +00:00
parent db19909696
commit 46a39dbaf3

View file

@ -2,7 +2,7 @@ version: '3'
services: services:
db: db:
image: postgres:16.6@sha256:756fa65445c9e990938239cc590da48cace476e76794bc145fd220b80442229e image: postgres:17.2@sha256:269c12fd770bc805ca0e8c77c7882d14d96be770b6839c8d17b871034361e74a
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data