diff --git a/Dockerfile b/Dockerfile index aa151b4..ea1c20f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ENV \ CURL_VERSION=7.59.0 \ GEOS_VERSION=3.7.1 \ GEOTIFF_VERSION=1.4.3 \ - GDAL_VERSION=2.4.0 \ + GDAL_VERSION=2.4.1 \ HDF4_VERSION=4.2.14 \ HDF5_VERSION=1.10.5 \ NETCDF_VERSION=4.6.2 \ @@ -204,4 +204,4 @@ RUN \ # Copy shell scripts and config files over COPY bin/* /usr/local/bin/ -WORKDIR /home/geolambda \ No newline at end of file +WORKDIR /home/geolambda diff --git a/README.md b/README.md index ba529df..3056792 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ While GeoLambda was initially intended for AWS Lambda they are also useful as ba | geolambda | GDAL | | -------- | ---- | | 1.0.0 | 2.3.1 | -| 1.1.0 | 2.4.0 | +| 1.1.0 | 2.4.1 | To get the version numbers of all installed packages see the [CHANGELOG](CHANGELOG.md) or the Dockerfile for the specific version. @@ -39,6 +39,14 @@ The GeoLambda image does not have an entrypoint defined, so a command must be pr If you just wish to use the publicly available Lambda layer you will need the ARN for the layer in same region as your Lambda function. Currently, GeoLambda layers are available in `us-east-1`, `us-west-2`, and `eu-central-1`. If you want to use it in another region please file an issue or you can also create your own layer using this repository (see instructions below on 'Create a new version'). +#### v1.1.0 + +| Region | ARN | +| ------ | --- | +| us-east-1 | arn:aws:lambda:us-east-1:552188055668:layer:geolambda:1 | +| us-west-2 | arn:aws:lambda:us-west-2:552188055668:layer:geolambda:1 | +| eu-central-1 | arn:aws:lambda:eu-central-1:552188055668:layer:geolambda:1 | + #### v1.1.0rc3 | Region | ARN | diff --git a/VERSION b/VERSION index 09bbff2..9084fa2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0rc3 +1.1.0