summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Yang <Bin.Yang@windriver.com>2019-10-24 14:51:54 +0000
committerBin Yang <Bin.Yang@windriver.com>2019-10-24 14:51:54 +0000
commit1450ce809405b3f9242115e281af9fbb1ad849b8 (patch)
tree3e27e3e1292ae2e93d30f34b7859fe275e70e7d6
parent5361935a9eb936b72045f297263304febf0bcca4 (diff)
Set python version 3.7
onappylog is incompatible with python 3.8 Issue-ID: MULTICLOUD-866 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: I97e5e12ffbc4af56a27a3a3239a4462d27daf586
-rw-r--r--multivimbroker/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multivimbroker/docker/Dockerfile b/multivimbroker/docker/Dockerfile
index c16ca1e..2bfeac8 100644
--- a/multivimbroker/docker/Dockerfile
+++ b/multivimbroker/docker/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3-alpine
+FROM python:3.7-alpine
ENV MSB_ADDR "127.0.0.1"
ENV MSB_PORT "80"