From f2f8bb666eb05b452705d85e42197cafc99a8bae Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 27 Jan 2022 13:16:28 +0100 Subject: [PATCH] update Python in dockerfile tests installing with Python 3.5 is starting to fail --- tests/dockerfile/binder-dir/binder/Dockerfile | 2 +- tests/dockerfile/simple/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/dockerfile/binder-dir/binder/Dockerfile b/tests/dockerfile/binder-dir/binder/Dockerfile index 989e2ec0..49244636 100644 --- a/tests/dockerfile/binder-dir/binder/Dockerfile +++ b/tests/dockerfile/binder-dir/binder/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.5 +FROM python:3.10 RUN pip install --no-cache notebook diff --git a/tests/dockerfile/simple/Dockerfile b/tests/dockerfile/simple/Dockerfile index 989e2ec0..49244636 100644 --- a/tests/dockerfile/simple/Dockerfile +++ b/tests/dockerfile/simple/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.5 +FROM python:3.10 RUN pip install --no-cache notebook