We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1453488 commit b0312b8Copy full SHA for b0312b8
docker/postgis/Dockerfile
@@ -1,7 +1,3 @@
1
-# There is an issue updating to postgis 12:
2
-# the postgis base image has outdated ogr2ogr (gdal-bin package)
3
-# does not support PG12 yet, which means postgis-preloaded cannot be built easily.
4
-# Once it is updated, or there is a different way to build it, we can upgrade to 12.
5
ARG BASE_POSTGIS_VER=14-3.2
6
FROM postgis/postgis:$BASE_POSTGIS_VER
7
0 commit comments