Sets postgres version to 17

This commit is contained in:
Tim Burr
2025-10-29 10:59:01 +01:00
parent a2ea63a539
commit 51dd6e6a1b
3 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ services:
- db
db:
image: postgres:latest
image: postgres:17
environment:
POSTGRES_USER: 'npm'
POSTGRES_PASSWORD: 'npmpass'