chore(deps): update postgres docker tag to v16.7

This commit is contained in:
renovate 2025-02-14 00:31:57 +00:00
parent 3b99419bac
commit 8366539b7c

View file

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