Fix to postgres 17

This commit is contained in:
Jamie Curnow
2025-10-27 08:13:03 +10:00
parent c303b69649
commit 1a117a267c
3 changed files with 17 additions and 18 deletions

View File

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