From 94f0ed10bbb361546b7de53da550e83adb91103e Mon Sep 17 00:00:00 2001 From: Feng Zhou Date: Tue, 19 May 2020 16:04:58 +0800 Subject: [PATCH] upgrade python version to 3.6.10 --- scripts/release/debian/Dockerfile | 2 +- scripts/release/debian/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release/debian/Dockerfile b/scripts/release/debian/Dockerfile index a887fcd0dbe..a45c419a20b 100644 --- a/scripts/release/debian/Dockerfile +++ b/scripts/release/debian/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update RUN apt-get install -y libssl-dev libffi-dev python3-dev debhelper zlib1g-dev wget # Download Python source code -ARG python_version="3.6.5" +ARG python_version="3.6.10" ENV PYTHON_SRC_DIR=/usr/src/python RUN mkdir -p ${PYTHON_SRC_DIR} && \ wget -qO- https://www.python.org/ftp/python/${python_version}/Python-${python_version}.tgz \ diff --git a/scripts/release/debian/build.sh b/scripts/release/debian/build.sh index 9dd11a60f4a..6b007198344 100755 --- a/scripts/release/debian/build.sh +++ b/scripts/release/debian/build.sh @@ -15,7 +15,7 @@ set -exv ls -Rl /mnt/artifacts WORKDIR=`cd $(dirname $0); cd ../../../; pwd` -PYTHON_VERSION="3.6.5" +PYTHON_VERSION="3.6.10" SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # Update APT packages