From bb619fae738d5bc4588a305e18fb174ce30e3851 Mon Sep 17 00:00:00 2001 From: teleivo Date: Tue, 16 Apr 2024 16:08:00 +0200 Subject: [PATCH] ci(deps): use same DB version in docker-compose.yml as in other tests (#17157) we updated it in https://github.com/dhis2/dhis2-core/pull/16879/files\#diff-9dc8ad3056e3d02e42c728bd90bf151ecc5a4add6fb497b2618386613b3a2459R21 due to a flyway update. We forgot to also update it in the docker-compose.yml which some use for development or others use to get started with DHIS2 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2d9f5c821f9a..6ba2568eb059 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,7 +23,7 @@ services: condition: service_healthy db: - image: ghcr.io/baosystems/postgis:12-3.3 + image: ghcr.io/baosystems/postgis:13-3.4 ports: - "127.0.0.1:5432:5432" volumes: