File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ ENV PYTHONPATH "${PYTHONPATH}:/splitgraph:/pg_es_fdw"
206
206
ARG with_postgis
207
207
RUN test -z "${with_postgis}" || (\
208
208
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 && \
210
210
apt-get update \
211
211
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
212
212
&& apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ ENV PYTHONPATH "${PYTHONPATH}:/splitgraph:/pg_es_fdw"
129
129
ARG with_postgis
130
130
RUN test -z "${with_postgis}" || (\
131
131
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 && \
133
133
apt-get update \
134
134
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
135
135
&& apt-get install -y --no-install-recommends \
You can’t perform that action at this time.
0 commit comments