Skip to content

Commit dfe6a44

Browse files
committed
Bump PostGIS in Dockerfile
1 parent 449b5de commit dfe6a44

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

engine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,11 @@ RUN --mount=type=cache,id=pip-cache,target=/root/.cache/pip \
202202
ENV PATH "${PATH}:/splitgraph/bin"
203203
ENV PYTHONPATH "${PYTHONPATH}:/splitgraph:/pg_es_fdw"
204204

205-
# https://github.com/postgis/docker-postgis/blob/master/12-3.0/Dockerfile
205+
# https://github.com/postgis/docker-postgis/blob/master/12-3.2/Dockerfile
206206
ARG with_postgis
207207
RUN test -z "${with_postgis}" || (\
208208
export POSTGIS_MAJOR=3 && \
209-
export POSTGIS_VERSION=3.2.1+dfsg-1.pgdg100+1 && \
209+
export POSTGIS_VERSION=3.2.2+dfsg-1.pgdg110+1 && \
210210
apt-get update \
211211
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
212212
&& apt-get install -y --no-install-recommends \

engine/Dockerfile.debug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ RUN --mount=type=cache,id=pip-cache,target=/root/.cache/pip \
125125
ENV PATH "${PATH}:/splitgraph/bin"
126126
ENV PYTHONPATH "${PYTHONPATH}:/splitgraph:/pg_es_fdw"
127127

128-
# https://github.com/postgis/docker-postgis/blob/master/12-3.0/Dockerfile
128+
# https://github.com/postgis/docker-postgis/blob/master/12-3.2/Dockerfile
129129
ARG with_postgis
130130
RUN test -z "${with_postgis}" || (\
131131
export POSTGIS_MAJOR=3 && \
132-
export POSTGIS_VERSION=3.1.4+dfsg-3.pgdg100+1 && \
132+
export POSTGIS_VERSION=3.2.2+dfsg-1.pgdg110+1 && \
133133
apt-get update \
134134
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
135135
&& apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)