Compare commits

...

1 commit

Author SHA1 Message Date
19f7359f70 chore(deps): update postgres docker tag to v17 2024-11-22 21:32:14 +00:00

View file

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