From: Bin Yang Date: Thu, 19 Aug 2021 05:24:27 +0000 (+0800) Subject: upgrade to python 3.8 X-Git-Tag: 1.5.6~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3196aa24f9e9dcb9ebcb8e5f6947498e644d1673;p=multicloud%2Fopenstack.git upgrade to python 3.8 Issue-ID: MULTICLOUD-1383 Signed-off-by: Bin Yang Change-Id: I0b4798117083ddab65de5d7ff55acde2bc2a7771 --- diff --git a/fcaps/docker/Dockerfile b/fcaps/docker/Dockerfile index 3b252d67..80d6ca4e 100644 --- a/fcaps/docker/Dockerfile +++ b/fcaps/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-alpine +FROM python:3.8-alpine ARG HTTP_PROXY=${HTTP_PROXY} ARG HTTPS_PROXY=${HTTPS_PROXY} diff --git a/pike/docker/Dockerfile b/pike/docker/Dockerfile index 8e29acc3..10e27003 100644 --- a/pike/docker/Dockerfile +++ b/pike/docker/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.7-slim +FROM python:3.8-slim ARG HTTP_PROXY=${HTTP_PROXY} ARG HTTPS_PROXY=${HTTPS_PROXY} 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} diff --git a/windriver/docker/Dockerfile b/windriver/docker/Dockerfile index e25bd41a..ae438f50 100644 --- a/windriver/docker/Dockerfile +++ b/windriver/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-alpine +FROM python:3.8-alpine ARG HTTP_PROXY=${HTTP_PROXY} ARG HTTPS_PROXY=${HTTPS_PROXY}