From d7faaa00c09659fc3643fb577acb6c1e4025d776 Mon Sep 17 00:00:00 2001 From: david-leifker <114954101+david-leifker@users.noreply.github.com> Date: Mon, 28 Nov 2022 15:51:03 -0600 Subject: [PATCH] fix(contrib): Update base python image for es7-upgrade (#6562) --- contrib/elasticsearch/es7-upgrade/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/elasticsearch/es7-upgrade/Dockerfile b/contrib/elasticsearch/es7-upgrade/Dockerfile index 67618ef1a2..19b624989e 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"]