update python version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2021-07-21 11:30:03 +02:00
parent 127fb1144d
commit b71c9704d1

View File

@ -1,4 +1,4 @@
FROM python:3.8 FROM python:3.9-slim
WORKDIR /benchmark WORKDIR /benchmark
ADD benchmark3.py requirements.txt /benchmark/ ADD benchmark3.py requirements.txt /benchmark/