Compare commits

..

1 commit

Author SHA1 Message Date
56536e1c3f chore(deps): update postgres docker tag to v17 2025-02-23 15:01:46 +00:00

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:17.4@sha256:dc9fb7de9fc1a58f4ccba07cf4df9447856588f73ba9ba455eec9967fbd85b6d
image: postgres:17.4@sha256:0ab5f0d74775b687e8cc67c3d55a7c8e2157c40a29171a48aefe6ce1cb3a2c3a
restart: unless-stopped
volumes:
- db-data:/var/lib/postgresql/data