Compare commits

..

1 commit

Author SHA1 Message Date
4341810410 chore(deps): update postgres docker tag to v17 2025-02-19 03:31:36 +00:00

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:17.4@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
image: postgres:17.3@sha256:0321e2252ebfeecb8bc1a899755084d29bce872953e1a5a3e25ec0860b739098
restart: unless-stopped
volumes:
- db-data:/var/lib/postgresql/data