Compare commits

...

1 commit

Author SHA1 Message Date
24dcb7ca7d chore(deps): update postgres docker tag to v16.7 2025-02-14 03:31:40 +00:00

View file

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