Set python version 3.7 57/97557/1
authorBin Yang <Bin.Yang@windriver.com>
Thu, 24 Oct 2019 14:51:54 +0000 (14:51 +0000)
committerBin Yang <Bin.Yang@windriver.com>
Thu, 24 Oct 2019 14:51:54 +0000 (14:51 +0000)
onappylog is incompatible with python 3.8

Issue-ID: MULTICLOUD-866
Signed-off-by: Bin Yang <Bin.Yang@windriver.com>
Change-Id: I97e5e12ffbc4af56a27a3a3239a4462d27daf586

multivimbroker/docker/Dockerfile

index c16ca1e..2bfeac8 100644 (file)
@@ -1,4 +1,4 @@
-FROM python:3-alpine
+FROM python:3.7-alpine
 
 ENV MSB_ADDR "127.0.0.1"
 ENV MSB_PORT "80"