Skip to content

Commit d7faaa0

Browse files
fix(contrib): Update base python image for es7-upgrade (#6562)
1 parent 6eb63c2 commit d7faaa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM python:3.8
1+
FROM python:3.10
22
COPY . .
33
RUN pip install --upgrade pip
44
RUN pip install elasticsearch
5-
ENTRYPOINT ["python", "transfer.py"]
5+
ENTRYPOINT ["python", "transfer.py"]

0 commit comments

Comments
 (0)