chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate 2024-11-12 15:32:31 +00:00
parent 5cd72e0ce4
commit 5009c16820

View file

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