From 3196aa24f9e9dcb9ebcb8e5f6947498e644d1673 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Thu, 19 Aug 2021 13:24:27 +0800 Subject: upgrade to python 3.8 Issue-ID: MULTICLOUD-1383 Signed-off-by: Bin Yang Change-Id: I0b4798117083ddab65de5d7ff55acde2bc2a7771 --- starlingx/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starlingx/docker') diff --git a/starlingx/docker/Dockerfile b/starlingx/docker/Dockerfile index 16b39bc7..a5da24d9 100644 --- a/starlingx/docker/Dockerfile +++ b/starlingx/docker/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.7-alpine +FROM python:3.8-alpine ARG HTTP_PROXY=${HTTP_PROXY} ARG HTTPS_PROXY=${HTTPS_PROXY} -- cgit 1.2.3-korg