Compare commits

...

1 commit

Author SHA1 Message Date
46a39dbaf3 chore(deps): update postgres docker tag to v17 2025-01-14 09:32:56 +00:00

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:16.6@sha256:756fa65445c9e990938239cc590da48cace476e76794bc145fd220b80442229e
image: postgres:17.2@sha256:269c12fd770bc805ca0e8c77c7882d14d96be770b6839c8d17b871034361e74a
restart: unless-stopped
volumes:
- db-data:/var/lib/postgresql/data