fix(infra): align PostgreSQL to version 16 in test compose
INF-02: Test environment now uses postgres:16-alpine to match production.
This commit is contained in:
parent
eb92779df2
commit
df9979e695
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ version: '3.8'
|
|||
|
||||
services:
|
||||
postgres-test:
|
||||
image: postgres:15-alpine
|
||||
image: postgres:16-alpine
|
||||
container_name: veza-postgres-test
|
||||
environment:
|
||||
POSTGRES_DB: veza_test
|
||||
|
|
|
|||
Loading…
Reference in a new issue