Fix cffi version to match the latest stable 68/8168/1 v6.0
authorDavid Garcia <david.garcia@canonical.com>
Thu, 14 Nov 2019 09:05:06 +0000 (10:05 +0100)
committerDavid Garcia <david.garcia@canonical.com>
Thu, 14 Nov 2019 09:05:06 +0000 (10:05 +0100)
Change-Id: Id0e956bd07f0ca12df9375d6cc85c83aa2837334
Signed-off-by: David Garcia <david.garcia@canonical.com>
docker/LCM/Dockerfile

index 145a251..11dd71d 100644 (file)
@@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y git make python3 \
     && pip3 install -U aiokafka pyang lxml six enum34 \
     && pip3 install websockets==4.0.1 \
     && pip3 install requests \
-    && pip3 install cffi==1.5.2 \
+    && pip3 install cffi==1.13.2 \
     && rm -rf /var/lib/apt/lists/*
 
 # packages needed for N2VC because deb dependencies are not fine