Update to Python3.8 in nfvo-lcm 72/117572/2
authordyh <dengyuanhong@chinamobile.com>
Sun, 7 Feb 2021 04:10:15 +0000 (12:10 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Sun, 7 Feb 2021 07:29:50 +0000 (15:29 +0800)
Change-Id: Ib94a56fdce840a5c54c0064deb9ec5c2e01e8b15
Issue-ID: VFC-1812
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
docker/Dockerfile

index 58fade3..0c9caaa 100644 (file)
@@ -1,4 +1,4 @@
-FROM python:3.6-alpine
+FROM python:3.8-alpine
 
 ARG HTTP_PROXY=${HTTP_PROXY}
 ARG HTTPS_PROXY=${HTTPS_PROXY}