summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2021-02-09 09:57:11 +0800
committerdyh <dengyuanhong@chinamobile.com>2021-02-09 09:57:17 +0800
commitb5f2e196e0b18ea3b95b0ab6e3938340b7b4bf1e (patch)
treedc1cbd512fec79771d4aaf772d78b9a9aeae4e16
parent3bd4752aeb947d60b86bc2478dd594dc5e202d4f (diff)
Update to Python3.8 in gvnfm-vnflcm
Change-Id: I61d0092db00f86e3a99af3b492788700515acbc4 Issue-ID: VFC-1816 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rwxr-xr-xlcm/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/docker/Dockerfile b/lcm/docker/Dockerfile
index 34a7880a..7fe63b0e 100755
--- a/lcm/docker/Dockerfile
+++ b/lcm/docker/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.6-alpine
+FROM python:3.8-alpine
ARG HTTP_PROXY=${HTTP_PROXY}
ARG HTTPS_PROXY=${HTTPS_PROXY}