mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 04:10:43 +00:00
fix(contrib): Update base python image for es7-upgrade (#6562)
This commit is contained in:
parent
6eb63c2aab
commit
d7faaa00c0
@ -1,5 +1,5 @@
|
|||||||
FROM python:3.8
|
FROM python:3.10
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
RUN pip install elasticsearch
|
RUN pip install elasticsearch
|
||||||
ENTRYPOINT ["python", "transfer.py"]
|
ENTRYPOINT ["python", "transfer.py"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user