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 4fa6ea2 commit 986d791Copy full SHA for 986d791
Dockerfile
@@ -52,7 +52,7 @@ Pin-Priority: 50' > /etc/apt/preferences.d/git-in-bullseye && \
52
python3-numpy python3-pandas python3-psycopg2 python3-psycopg2cffi \
53
python3-requests python3-sqlalchemy pypy3 python3-pip && \
54
apt-get install -y --no-install-recommends -t bullseye git git-lfs && \
55
- pip3 install elasticsearch==7.12.0 && \
+ pip3 install elasticsearch==7.16.1 && \
56
rm -rf /var/lib/apt/lists/*
57
58
ENV PYTHONUNBUFFERED 1
0 commit comments