ci(deps): use same DB version in docker-compose.yml as in other scenarios #17157
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We updated the Postgres version 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 and others to get started with DHIS2.Aligns with
dhis2-core/dhis-2/dhis-test-e2e/docker-compose.yml
Line 23 in 991eab1
Note we are using the https://github.com/baosystems/docker-postgis instead of the official image to get ARM64 support. See postgis/docker-postgis#216