Skip to content

Commit

Permalink
PostGIS 3.2.2+dfsg-1.pgdg100+1 available on apt
Browse files Browse the repository at this point in the history
  • Loading branch information
onpaws committed Jul 28, 2022
1 parent 19f714e commit 0147911
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.pgdg110+1 && \
export POSTGIS_VERSION=3.2.2+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.pgdg110+1 && \
export POSTGIS_VERSION=3.2.2+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 0147911

Please sign in to comment.