Pin libjuju version to 2.8.2 31/9631/2
authorDavid Garcia <david.garcia@canonical.com>
Wed, 15 Jul 2020 14:03:40 +0000 (16:03 +0200)
committerbeierlm <mark.beierl@canonical.com>
Tue, 25 Aug 2020 20:50:05 +0000 (22:50 +0200)
This fixes bug 1144

Change-Id: If5fc3dad9a8a5f3e2f8ca2ac55fb875d5ec12d64
Signed-off-by: David Garcia <david.garcia@canonical.com>
(cherry picked from commit 84e74693b05dbff800c8e0a8c5e5237732d114c5)

docker/LCM/Dockerfile

index c463600..71ab600 100644 (file)
@@ -47,7 +47,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git make
     && python3 -m pip install -U pip \
     && python3 -m pip install -U aiokafka lxml six enum34 \
     && python3 -m pip install requests \
-    && python3 -m pip install -U juju==2.8.1 \
+    && python3 -m pip install -U juju==2.8.2 \
     && rm -rf /var/lib/apt/lists/*
 
 # RUN git clone https://osm.etsi.org/gerrit/osm/N2VC.git \