chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate 2024-09-27 17:32:28 +00:00
parent a01338d540
commit baa60d2de8

View file

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