Skip to content

Commit 82f603c

Browse files
committed
bump zstd and GDAL versions
1 parent b8391f9 commit 82f603c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM lambci/lambda:build-python3.7 as builder
22

33
ARG http_proxy
44
ARG CURL_VERSION=7.70.1
5-
ARG GDAL_VERSION=3.1.3
5+
ARG GDAL_VERSION=3.1.4
66
ARG GEOS_VERSION=3.8.1
77
ARG PROJ_VERSION=7.1.1
88
ARG 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

116116
RUN \
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 \

0 commit comments

Comments
 (0)