File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM lambci/lambda:build-python3.7 as builder
22
33ARG http_proxy
44ARG CURL_VERSION=7.70.1
5- ARG GDAL_VERSION=3.1.3
5+ ARG GDAL_VERSION=3.1.4
66ARG GEOS_VERSION=3.8.1
77ARG PROJ_VERSION=7.1.1
88ARG LASZIP_VERSION=3.4.3
@@ -114,9 +114,9 @@ RUN git clone --branch master https://github.com/OSGeo/libgeotiff.git --branch $
114114 && rm -rf libgeotiff*
115115
116116RUN \
117- wget https://github.com/facebook/zstd/releases/download/v1.4.4 /zstd-1.4.4 .tar.gz \
118- && tar zxvf zstd-1.4.4 .tar.gz \
119- && cd zstd-1.4.4 /build/cmake \
117+ wget https://github.com/facebook/zstd/releases/download/v1.4.5 /zstd-1.4.5 .tar.gz \
118+ && tar zxvf zstd-1.4.5 .tar.gz \
119+ && cd zstd-1.4.5 /build/cmake \
120120 && mkdir -p _build \
121121 && cd _build \
122122 && cmake \
You can’t perform that action at this time.
0 commit comments