Skip to content

Commit

Permalink
fix(contrib): Update base python image for es7-upgrade (#6562)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Nov 28, 2022
1 parent 6eb63c2 commit d7faaa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/elasticsearch/es7-upgrade/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit d7faaa0

Please sign in to comment.