Skip to content

Commit

Permalink
ci(deps): use same DB version in docker-compose.yml as in other tests (
Browse files Browse the repository at this point in the history
…#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
  • Loading branch information
teleivo authored Apr 16, 2024
1 parent 991eab1 commit bb619fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bb619fa

Please sign in to comment.