We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb63c2 commit d7faaa0Copy full SHA for d7faaa0
contrib/elasticsearch/es7-upgrade/Dockerfile
@@ -1,5 +1,5 @@
1
-FROM python:3.8
+FROM python:3.10
2
COPY . .
3
RUN pip install --upgrade pip
4
RUN pip install elasticsearch
5
-ENTRYPOINT ["python", "transfer.py"]
+ENTRYPOINT ["python", "transfer.py"]
0 commit comments