chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate 2025-02-14 03:31:41 +00:00
parent 3b99419bac
commit 21d20f77b4

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:16.6@sha256:557fea37a744d5f4c8faab304b0a90858b53ab119735a88c131fd19dab802f36
image: postgres:17.3@sha256:6e3358e46e34dae6c184f48fd06fe1b3dbf958ad5b83480031907e52b9ec2a7d
restart: unless-stopped
volumes:
- db-data:/var/lib/postgresql/data