summaryrefslogtreecommitdiffstats
path: root/starlingx
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2021-08-19 13:24:27 +0800
committerBin Yang <bin.yang@windriver.com>2021-08-19 08:42:45 +0000
commit3196aa24f9e9dcb9ebcb8e5f6947498e644d1673 (patch)
treec16f1d56f8727502eb69e0c0ed4b9d1de7914abb /starlingx
parentf96919ba694a1086f989074e1f5972ea5621eaf8 (diff)
upgrade to python 3.8
Issue-ID: MULTICLOUD-1383 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: I0b4798117083ddab65de5d7ff55acde2bc2a7771
Diffstat (limited to 'starlingx')
-rw-r--r--starlingx/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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}