From: David Garcia Date: Wed, 21 Oct 2020 14:12:04 +0000 (+0200) Subject: Pin libjuju to 2.8.4 X-Git-Tag: release-v9.0-start~51 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=358a7c3091330ec57479be685c2a0e5689fe3037 Pin libjuju to 2.8.4 Change-Id: I7fbc227561744283569942d320f3a35307c6ee9f Signed-off-by: David Garcia --- diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile index 6675a993..f6ff0016 100644 --- a/docker/LCM/Dockerfile +++ b/docker/LCM/Dockerfile @@ -44,7 +44,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git make 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 \ diff --git a/docker/MON/Dockerfile b/docker/MON/Dockerfile index a91b957d..635577a8 100644 --- a/docker/MON/Dockerfile +++ b/docker/MON/Dockerfile @@ -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.2" +RUN python3 -m pip install -U "juju==2.8.4" COPY scripts/ scripts/