Pin libjuju version to 2.8.2 22/9422/1
authorMark Beierl <mark.beierl@canonical.com>
Wed, 15 Jul 2020 16:52:44 +0000 (12:52 -0400)
committerMark Beierl <mark.beierl@canonical.com>
Wed, 15 Jul 2020 16:52:44 +0000 (12:52 -0400)
Fixes bug 1144

Change-Id: Ib50f76e45b9d429f019972c367b6692ed2d5ed79
Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
docker/MON/Dockerfile

index 702ff08..ce858f7 100644 (file)
@@ -61,7 +61,7 @@ RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add - \
                           python3-n2vc${N2VC_VERSION}
 
 
-RUN python3 -m pip install -U "juju==2.8.1"
+RUN python3 -m pip install -U "juju==2.8.2"
 
 COPY scripts/ scripts/