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
c29edd099b
commit
389cfa95b0
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres-test:
|
postgres-test:
|
||||||
image: postgres:15-alpine
|
image: postgres:16-alpine
|
||||||
container_name: veza-postgres-test
|
container_name: veza-postgres-test
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: veza_test
|
POSTGRES_DB: veza_test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue