chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate 2025-03-02 14:22:43 +00:00
parent 8284962630
commit 5ec2c15dd7

View file

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