File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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"
206206ARG with_postgis
207207RUN test -z "${with_postgis}" || (\
208208 export POSTGIS_MAJOR=3 && \
209- export POSTGIS_VERSION=3.2.2 +dfsg-1.pgdg100+1 && \
209+ export POSTGIS_VERSION=3.2.3 +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 \
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ ENV PYTHONPATH "${PYTHONPATH}:/splitgraph:/pg_es_fdw"
129129ARG with_postgis
130130RUN test -z "${with_postgis}" || (\
131131 export POSTGIS_MAJOR=3 && \
132- export POSTGIS_VERSION=3.2.2 +dfsg-1.pgdg100+1 && \
132+ export POSTGIS_VERSION=3.2.3 +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 \
You can’t perform that action at this time.
0 commit comments