@@ -2,17 +2,17 @@ FROM lambci/lambda:build-python3.7 as builder
22
33ARG http_proxy
44ARG CURL_VERSION=7.68.0
5- ARG GDAL_VERSION=3.0.3
6- ARG GEOS_VERSION=master
7- ARG PROJ_VERSION=master
5+ ARG GDAL_VERSION=3.0.4
6+ ARG GEOS_VERSION=3.8.1
7+ ARG PROJ_VERSION=7.0.0
88ARG LASZIP_VERSION=3.4.3
99ARG GEOTIFF_VERSION=1.5.1
10- ARG PDAL_VERSION=master
11- ARG ENTWINE_VERSION=master
10+ ARG PDAL_VERSION=2.1.0
11+ ARG ENTWINE_VERSION=2.1.0
1212ARG DESTDIR="/build"
1313ARG PREFIX="/usr"
1414ARG PARALLEL=4
15- ARG CMAKE_VERSION=3.16.2
15+ ARG CMAKE_VERSION=3.17.1
1616
1717
1818RUN \
@@ -94,7 +94,7 @@ RUN wget https://www.sqlite.org/2019/${SQLITE_VERSION}.tar.gz \
9494 && cd /var/task \
9595 && rm -rf sqlite*
9696
97- RUN git clone https://github.com/OSGeo/PROJ.git --branch ${PROJ_VERSION} proj \
97+ RUN git clone https://github.com/OSGeo/PROJ.git --branch ${PROJ_VERSION} proj \
9898# RUN git clone https://github.com/rouault/PROJ.git --branch rfc4_code_review proj\
9999 && cd proj \
100100 && ./autogen.sh \
@@ -142,9 +142,9 @@ RUN git clone --branch release/ https://github.com/OSGeo/gdal.git --branch v${GD
142142
143143
144144RUN \
145- wget https://github.com/facebook/zstd/releases/download/v1.4.2 /zstd-1.4.2 .tar.gz \
146- && tar zxvf zstd-1.4.2 .tar.gz \
147- && cd zstd-1.4.2 /build/cmake \
145+ wget https://github.com/facebook/zstd/releases/download/v1.4.4 /zstd-1.4.4 .tar.gz \
146+ && tar zxvf zstd-1.4.4 .tar.gz \
147+ && cd zstd-1.4.4 /build/cmake \
148148 && mkdir -p _build \
149149 && cd _build \
150150 && cmake \
@@ -159,9 +159,9 @@ RUN \
159159 && rm -rf zstd*
160160
161161RUN \
162- wget http://apache.mirrors.hoobly.com//xerces/c/3/sources/xerces-c-3.2.2 .tar.gz \
163- && tar zxvf xerces-c-3.2.2 .tar.gz \
164- && cd xerces-c-3.2.2 \
162+ wget http://apache.mirrors.hoobly.com//xerces/c/3/sources/xerces-c-3.2.3 .tar.gz \
163+ && tar zxvf xerces-c-3.2.3 .tar.gz \
164+ && cd xerces-c-3.2.3 \
165165 && mkdir -p _build \
166166 && cd _build \
167167 && cmake .. \
0 commit comments