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

This commit is contained in:
renovate 2024-11-14 21:15:15 +00:00
parent 5cd72e0ce4
commit a682bb93fe

View file

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