fix(contrib): Update base python image for es7-upgrade (#6562)

This commit is contained in:
david-leifker 2022-11-28 15:51:03 -06:00 committed by GitHub
parent 6eb63c2aab
commit d7faaa00c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]
ENTRYPOINT ["python", "transfer.py"]