projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84e7469
)
Pin libjuju version to 2.8.2
22/9422/1
author
Mark Beierl
<mark.beierl@canonical.com>
Wed, 15 Jul 2020 16:52:44 +0000
(12:52 -0400)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/docker/MON/Dockerfile
b/docker/MON/Dockerfile
index
702ff08
..
ce858f7
100644
(file)
--- 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.
1
"
+RUN python3 -m pip install -U "juju==2.8.
2
"
COPY scripts/ scripts/