From b8eb7577e93aff6dd27c6622d5152d4d094efd23 Mon Sep 17 00:00:00 2001 From: Bernhard Mallinger Date: Mon, 14 Dec 2020 09:50:53 +0100 Subject: [PATCH] Bump python deps as suggested by @dsusviela Bumping the gevent version to 20.9.0 and greenlet to 0.4.17 See https://github.com/geopython/pygeoapi/pull/587#issuecomment-742109790 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 965c3a2..ca1626e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,7 +64,7 @@ ENV TZ=${TIMEZONE} \ DEBIAN_FRONTEND="noninteractive" \ DEB_BUILD_DEPS="tzdata build-essential libpython3-dev libgdal-dev python3-pip apt-utils curl git unzip" \ DEB_PACKAGES="locales libgdal27 python3-distutils python3-gdal libsqlite3-mod-spatialite ${ADD_DEB_PACKAGES}" \ - PIP_PACKAGES="setuptools==49.3.1 greenlet==0.4.16 gunicorn==20.0.4 gevent==1.5.0 wheel==0.33.4 ${ADD_PIP_PACKAGES}" + PIP_PACKAGES="setuptools==49.3.1 greenlet==0.4.17 gunicorn==20.0.4 gevent==20.9.0 wheel==0.33.4 ${ADD_PIP_PACKAGES}" RUN mkdir -p /pygeoapi/pygeoapi # Add files required for pip/setuptools