diff --git a/contrib/elasticsearch/es7-upgrade/Dockerfile b/contrib/elasticsearch/es7-upgrade/Dockerfile index 67618ef1a24..19b624989ec 100644 --- a/contrib/elasticsearch/es7-upgrade/Dockerfile +++ b/contrib/elasticsearch/es7-upgrade/Dockerfile @@ -1,5 +1,5 @@ -FROM python:3.8 +FROM python:3.10 COPY . . RUN pip install --upgrade pip RUN pip install elasticsearch -ENTRYPOINT ["python", "transfer.py"] \ No newline at end of file +ENTRYPOINT ["python", "transfer.py"]