Skip to content
Snippets Groups Projects
Commit a62bb1a4 authored by Mark Beierl's avatar Mark Beierl Committed by Mark Beierl
Browse files

Pin libjuju version to 2.8.2


Fixes bug 1144

Change-Id: Ib50f76e45b9d429f019972c367b6692ed2d5ed79
Signed-off-by: default avatarMark Beierl <mark.beierl@canonical.com>
(cherry picked from commit 2ed0e235)
parent 6af13d98
No related branches found
No related tags found
No related merge requests found
......@@ -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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment