Pin libjuju versions to 2.8.4
Change-Id: I10afc20b8e4b5099cbf3867b644b589702cabcf8
Signed-off-by: David Garcia <david.garcia@canonical.com>
diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile
index 6675a99..f6ff001 100644
--- a/docker/LCM/Dockerfile
+++ b/docker/LCM/Dockerfile
@@ -44,7 +44,7 @@
python3-all python3-setuptools openssh-client libffi-dev libssl-dev \
wget tox python3-cffi \
&& python3 -m pip install -U pip \
- && python3 -m pip install -U juju==2.8.2 \
+ && python3 -m pip install -U juju==2.8.4 \
&& rm -rf /var/lib/apt/lists/*
# RUN git clone https://osm.etsi.org/gerrit/osm/N2VC.git \