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:
senke 2026-02-22 17:35:35 +01:00
parent eb92779df2
commit df9979e695

View file

@ -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