update python version
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2021-07-21 11:30:03 +02:00
parent 127fb1144d
commit b71c9704d1
1 changed files with 1 additions and 1 deletions

View File

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