Compare commits

...

1 commit

Author SHA1 Message Date
819576eb0a chore(deps): update postgres docker tag to v17 2025-02-15 13:31:48 +00:00

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:16.7@sha256:a35ec42526e3c522eb13b4d82eddaee875d0ac6ca9eb5cc5607e412854478c71
image: postgres:17.3@sha256:6e3358e46e34dae6c184f48fd06fe1b3dbf958ad5b83480031907e52b9ec2a7d
restart: unless-stopped
volumes:
- db-data:/var/lib/postgresql/data