Skip to content

Commit

Permalink
Bump postgis version (required for django 4.1/4.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbip committed Oct 19, 2023
1 parent 0759ff7 commit e9907d1
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 @@ -20,7 +20,7 @@ services:
command: sh -c "pip install -e . && python ./tests/manage.py test tests/django_restframework_gis_tests && ./run-qa-checks"

postgres:
image: mdillon/postgis:10-alpine
image: postgis/postgis:13-3.3
environment:
POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres
Expand Down

0 comments on commit e9907d1

Please sign in to comment.