change cherrypy version to 18.1.2
Change-Id: Id9a2e516e253ccf174d2ac7849178da7bdac0576
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/Dockerfile.local b/Dockerfile.local
index 3a31273..e72aefa 100644
--- a/Dockerfile.local
+++ b/Dockerfile.local
@@ -21,7 +21,7 @@
RUN apt-get update && apt-get install -y git python3 python3-jsonschema \
python3-pymongo python3-yaml python3-pip python3-keystoneclient \
&& pip3 install pip==9.0.3 \
- && pip3 install aiokafka aiohttp cherrypy==18.0.0 keystoneauth1 requests \
+ && pip3 install aiokafka aiohttp cherrypy==18.1.2 keystoneauth1 requests \
&& mkdir -p /app/storage/kafka && mkdir -p /app/log
# OSM_COMMON