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

This commit is contained in:
renovate 2025-02-22 01:01:55 +00:00
parent 16ebda183f
commit 7aa5b0e9e5

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:16.7@sha256:a35ec42526e3c522eb13b4d82eddaee875d0ac6ca9eb5cc5607e412854478c71
image: postgres:16.8@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
restart: unless-stopped
volumes:
- db-data:/var/lib/postgresql/data