Skip to content

Commit 41a1b97

Browse files
committed
bump versions of GDAL, Proj, libgeotiff, libopenjpeg, libjpegturbo
1 parent 5118038 commit 41a1b97

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ RUN \
1313

1414
# versions of packages
1515
ENV \
16-
GDAL_VERSION=3.1.3 \
17-
PROJ_VERSION=7.1.1 \
16+
GDAL_VERSION=3.2.1 \
17+
PROJ_VERSION=7.2.1 \
1818
GEOS_VERSION=3.8.1 \
19-
GEOTIFF_VERSION=1.5.1 \
19+
GEOTIFF_VERSION=1.6.0 \
2020
HDF4_VERSION=4.2.15 \
2121
HDF5_VERSION=1.10.7 \
2222
NETCDF_VERSION=4.7.4 \
2323
NGHTTP2_VERSION=1.41.0 \
24-
OPENJPEG_VERSION=2.3.1 \
25-
LIBJPEG_TURBO_VERSION=2.0.5 \
24+
OPENJPEG_VERSION=2.4.0 \
25+
LIBJPEG_TURBO_VERSION=2.0.6 \
2626
CURL_VERSION=7.73.0 \
2727
PKGCONFIG_VERSION=0.29.2 \
2828
SZIP_VERSION=2.1.1 \

0 commit comments

Comments
 (0)