Skip to content

Commit 986d791

Browse files
committed
Update Python elasticsearch to 7.16.1
See OpenDRR/opendrr-api#148
1 parent 4fa6ea2 commit 986d791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Pin-Priority: 50' > /etc/apt/preferences.d/git-in-bullseye && \
5252
python3-numpy python3-pandas python3-psycopg2 python3-psycopg2cffi \
5353
python3-requests python3-sqlalchemy pypy3 python3-pip && \
5454
apt-get install -y --no-install-recommends -t bullseye git git-lfs && \
55-
pip3 install elasticsearch==7.12.0 && \
55+
pip3 install elasticsearch==7.16.1 && \
5656
rm -rf /var/lib/apt/lists/*
5757

5858
ENV PYTHONUNBUFFERED 1

0 commit comments

Comments
 (0)