diff options
author | dyh <dengyuanhong@chinamobile.com> | 2021-02-09 09:57:11 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2021-02-09 09:57:17 +0800 |
commit | b5f2e196e0b18ea3b95b0ab6e3938340b7b4bf1e (patch) | |
tree | dc1cbd512fec79771d4aaf772d78b9a9aeae4e16 | |
parent | 3bd4752aeb947d60b86bc2478dd594dc5e202d4f (diff) |
Update to Python3.8 in gvnfm-vnflcm
Change-Id: I61d0092db00f86e3a99af3b492788700515acbc4
Issue-ID: VFC-1816
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rwxr-xr-x | lcm/docker/Dockerfile | 2 |
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} |