upgrade to python 3.8 77/123377/2
authorBin Yang <bin.yang@windriver.com>
Thu, 19 Aug 2021 05:24:27 +0000 (13:24 +0800)
committerBin Yang <bin.yang@windriver.com>
Thu, 19 Aug 2021 08:42:45 +0000 (08:42 +0000)
Issue-ID: MULTICLOUD-1383

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I0b4798117083ddab65de5d7ff55acde2bc2a7771

fcaps/docker/Dockerfile
pike/docker/Dockerfile
starlingx/docker/Dockerfile
windriver/docker/Dockerfile

index 3b252d6..80d6ca4 100644 (file)
@@ -1,4 +1,4 @@
-FROM python:3.7-alpine
+FROM python:3.8-alpine
 
 ARG HTTP_PROXY=${HTTP_PROXY}
 ARG HTTPS_PROXY=${HTTPS_PROXY}
index 8e29acc..10e2700 100644 (file)
@@ -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}
index 16b39bc..a5da24d 100644 (file)
@@ -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}
index e25bd41..ae438f5 100644 (file)
@@ -1,4 +1,4 @@
-FROM python:3.7-alpine
+FROM python:3.8-alpine
 
 ARG HTTP_PROXY=${HTTP_PROXY}
 ARG HTTPS_PROXY=${HTTPS_PROXY}