Compare commits

...

1 commit

Author SHA1 Message Date
b53f4ae191 chore(deps): update postgres docker tag to v17 2024-12-25 03:32:40 +00:00

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:16.6@sha256:edf3011dfb0cf40fda6c6ce5ac280591b4aea1c00638a41dd12a5d2d2e8f15a9
image: postgres:17.2@sha256:79c927b43c8bf2fc1e78b7f4badb394237ee0001032324ef015da562e57a5dcd
restart: unless-stopped
volumes:
- db-data:/var/lib/postgresql/data