chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate 2025-03-18 05:32:27 +00:00
parent efe6419573
commit 94cae5e2f7

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:16.8@sha256:40008f160ee0f64be5f161989097f5df0712deb9c28d940bd8c4a63d7190b042
image: postgres:17.4@sha256:aa7569015a6ce74ea2814ba0c044a18afebadaa02d691f5767b9a58d45ecfbf6
restart: unless-stopped
volumes:
- db-data:/var/lib/postgresql/data