Skip to content

Commit 0147911

Browse files
committed
PostGIS 3.2.2+dfsg-1.pgdg100+1 available on apt
1 parent 19f714e commit 0147911

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

engine/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ ENV PYTHONPATH "${PYTHONPATH}:/splitgraph:/pg_es_fdw"
206206
ARG with_postgis
207207
RUN test -z "${with_postgis}" || (\
208208
export POSTGIS_MAJOR=3 && \
209-
export POSTGIS_VERSION=3.2.2+dfsg-1.pgdg110+1 && \
209+
export POSTGIS_VERSION=3.2.2+dfsg-1.pgdg100+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

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ ENV PYTHONPATH "${PYTHONPATH}:/splitgraph:/pg_es_fdw"
129129
ARG with_postgis
130130
RUN test -z "${with_postgis}" || (\
131131
export POSTGIS_MAJOR=3 && \
132-
export POSTGIS_VERSION=3.2.2+dfsg-1.pgdg110+1 && \
132+
export POSTGIS_VERSION=3.2.2+dfsg-1.pgdg100+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)