From f1ea0904ae642d51cade3632e077e7e16bb09256 Mon Sep 17 00:00:00 2001 From: Feng Zhou Date: Fri, 23 Apr 2021 16:33:27 +0800 Subject: [PATCH] bump python to 3.8.9 in docker --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9a8a843a623..4b450af0662 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,9 @@ # Licensed under the MIT License. See License.txt in the project root for license information. #--------------------------------------------------------------------------------------------- -ARG PYTHON_VERSION="3.6.10" +ARG PYTHON_VERSION="3.8.9" -FROM python:${PYTHON_VERSION}-alpine3.11 +FROM python:${PYTHON_VERSION}-alpine3.13 ARG CLI_VERSION