@@ -122,7 +122,7 @@ RUN set -ex \
122122 && rm -fr /usr/src/cgal
123123
124124# proj
125- ENV PROJ_GIT_HASH fde3d58e4af51f8e6c9cafeeb2b0299ab1218d91
125+ ENV PROJ_GIT_HASH c5c7e64b8a9b1416db7fcb129decc038439b96ec
126126RUN set -ex \
127127 && cd /usr/src \
128128 && git clone https://github.com/OSGeo/PROJ.git \
@@ -152,7 +152,7 @@ RUN set -ex \
152152 && rm -fr /usr/src/PROJ
153153
154154# geos
155- ENV GEOS_GIT_HASH 193dacad1128de3a9be032eaf13a0f4081fcae76
155+ ENV GEOS_GIT_HASH feaa331749598866ffc47c3f2bef828eaa4eff8f
156156RUN set -ex \
157157 && cd /usr/src \
158158 && git clone https://github.com/libgeos/geos.git \
@@ -168,7 +168,7 @@ RUN set -ex \
168168 && rm -fr /usr/src/geos
169169
170170# gdal
171- ENV GDAL_GIT_HASH 3e4dc710a2d4cff1f02b70ca5c4df280a5378ae0
171+ ENV GDAL_GIT_HASH 949ac934a6518f0e4fe60ca55827ec5e9d29d755
172172RUN set -ex \
173173 && cd /usr/src \
174174 && git clone https://github.com/OSGeo/gdal.git \
@@ -303,9 +303,9 @@ ARG CGAL_GIT_BRANCH
303303ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
304304ENV CGAL5X_GIT_HASH edf855967dd10dff04318b0cdde980f397194565
305305ENV SFCGAL_GIT_HASH ae0a12da1e7a32d163930789e62874ca6ff0792c
306- ENV PROJ_GIT_HASH fde3d58e4af51f8e6c9cafeeb2b0299ab1218d91
307- ENV GEOS_GIT_HASH 193dacad1128de3a9be032eaf13a0f4081fcae76
308- ENV GDAL_GIT_HASH 3e4dc710a2d4cff1f02b70ca5c4df280a5378ae0
306+ ENV PROJ_GIT_HASH c5c7e64b8a9b1416db7fcb129decc038439b96ec
307+ ENV GEOS_GIT_HASH feaa331749598866ffc47c3f2bef828eaa4eff8f
308+ ENV GDAL_GIT_HASH 949ac934a6518f0e4fe60ca55827ec5e9d29d755
309309
310310# Minimal command line test ( fail fast )
311311RUN set -ex \
@@ -324,7 +324,7 @@ RUN set -ex \
324324 || echo "ogr2ogr missing PostgreSQL driver" && exit 1
325325
326326# install postgis
327- ENV POSTGIS_GIT_HASH 111e4a133b3e036cf634826ab05e7217ebc81cbf
327+ ENV POSTGIS_GIT_HASH 7faeed1d4800fb9a46dc7143eebd7c785ec3fa7e
328328
329329RUN set -ex \
330330 && apt-get update \
@@ -378,7 +378,7 @@ RUN set -ex \
378378 && mkdir /tempdb \
379379 && chown -R postgres:postgres /tempdb \
380380 && su postgres -c 'pg_ctl -D /tempdb init' \
381- && su postgres -c 'pg_ctl -D /tempdb start' \
381+ && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o ' -F ' start ' \
382382 && ldconfig \
383383 && cd regress \
384384 && make -j$(nproc) check RUNTESTFLAGS=--extension PGUSER=postgres \
@@ -397,6 +397,7 @@ RUN set -ex \
397397 \
398398 && su postgres -c 'pg_ctl -D /tempdb --mode=immediate stop' \
399399 && rm -rf /tempdb \
400+ && rm -rf /tmp/logfile \
400401 && rm -rf /tmp/pgis_reg \
401402# clean
402403 && cd / \
0 commit comments