Open dhardestylewis opened 2 years ago
https://hub.docker.com/r/dhardestylewis/postgis/builds
Recent builds fail with the following error :
#7 ERROR: executor failed running [/bin/sh -c apt-get update && apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR && apt-get install -y --no-install-recommends postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR=$POSTGIS_VERSION postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR-scripts postgis && rm -rf /var/lib/apt/lists/*]: exit code: 100
either needs to be bumped to 3.2.1 like upstream did or downgraded to postgresql-13-postgis-3 in the worst case
3.2.1
postgresql-13-postgis-3
https://hub.docker.com/r/dhardestylewis/postgis/builds
Recent builds fail with the following error :