Skip to content

Commit

Permalink
Upgrade postGIS version
Browse files Browse the repository at this point in the history
  • Loading branch information
neumark authored and mildbyte committed Sep 6, 2022
1 parent 9f2d70d commit bbcd5e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ ENV PYTHONPATH "${PYTHONPATH}:/splitgraph:/pg_es_fdw"
ARG with_postgis
RUN test -z "${with_postgis}" || (\
export POSTGIS_MAJOR=3 && \
export POSTGIS_VERSION=3.2.2+dfsg-1.pgdg100+1 && \
export POSTGIS_VERSION=3.2.3+dfsg-1.pgdg100+1 && \
apt-get update \
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
&& apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion engine/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ ENV PYTHONPATH "${PYTHONPATH}:/splitgraph:/pg_es_fdw"
ARG with_postgis
RUN test -z "${with_postgis}" || (\
export POSTGIS_MAJOR=3 && \
export POSTGIS_VERSION=3.2.2+dfsg-1.pgdg100+1 && \
export POSTGIS_VERSION=3.2.3+dfsg-1.pgdg100+1 && \
apt-get update \
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
&& apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit bbcd5e2

Please sign in to comment.