update Python in dockerfile tests

installing with Python 3.5 is starting to fail
pull/1130/head
Min RK 2022-01-27 13:16:28 +01:00
rodzic 8c21b96401
commit f2f8bb666e
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
FROM python:3.5
FROM python:3.10
RUN pip install --no-cache notebook

Wyświetl plik

@ -1,4 +1,4 @@
FROM python:3.5
FROM python:3.10
RUN pip install --no-cache notebook