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