Update PostgreSQL to v13 in tests.

This is oldest version that is still supported.
This commit is contained in:
Orne Brocaar 2025-04-15 12:41:49 +01:00
parent 5fd57de6ce
commit 8e0a29ed55

View File

@ -25,7 +25,7 @@ services:
- "8080:8080"
postgres:
image: postgres:11-alpine
image: postgres:13-alpine
volumes:
- ./.docker-compose/postgresql/initdb:/docker-entrypoint-initdb.d
environment: