File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11FROM lambci/lambda:build-python3.7 as builder
22
33ARG http_proxy
4- ARG CURL_VERSION=7.68 .0
5- ARG GDAL_VERSION=3.0.4
4+ ARG CURL_VERSION=7.70 .0
5+ ARG GDAL_VERSION=3.1.0
66ARG GEOS_VERSION=3.8.1
7- ARG PROJ_VERSION=7.0.0
7+ ARG PROJ_VERSION=7.0.1
88ARG LASZIP_VERSION=3.4.3
9- ARG GEOTIFF_VERSION=1.5.1
9+ ARG GEOTIFF_VERSION=1.6.0
1010ARG PDAL_VERSION=2.1.0
1111ARG ENTWINE_VERSION=2.1.0
1212ARG DESTDIR="/build"
1313ARG PREFIX="/usr"
14- ARG PARALLEL=4
15- ARG CMAKE_VERSION=3.17.1
14+ ARG PARALLEL=8
15+ ARG CMAKE_VERSION=3.17.2
1616
1717
1818RUN \
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ Instructions
4444 ::
4545
4646 $ ./create-lambda-layer.sh
47- Published version 31 for Lambda layer pdal
48- Setting execution access to public for version 31 for Lambda layer pdal
47+ Published version 32 for Lambda layer pdal
48+ Setting execution access to public for version 32 for Lambda layer pdal
4949 Layer pdal is available at 'arn:aws:lambda:us-east-1:163178234892:layer:pdal'
5050
5151.. _`Lambda Layers` : https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html
You can’t perform that action at this time.
0 commit comments