Skip to content

Commit 68c09cc

Browse files
BenjaminXlaipz8200
authored andcommitted
fix: update api libldap package version in Dockerfile for security im… (#12195)
1 parent 6b886a3 commit 68c09cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN apt-get update \
5555
&& echo "deb http://deb.debian.org/debian testing main" > /etc/apt/sources.list \
5656
&& apt-get update \
5757
# For Security
58-
&& apt-get install -y --no-install-recommends expat=2.6.4-1 libldap-2.5-0=2.5.18+dfsg-3+b1 perl=5.40.0-8 libsqlite3-0=3.46.1-1 zlib1g=1:1.3.dfsg+really1.3.1-1+b1 \
58+
&& apt-get install -y --no-install-recommends expat=2.6.4-1 libldap-2.5-0=2.5.19+dfsg-1 perl=5.40.0-8 libsqlite3-0=3.46.1-1 zlib1g=1:1.3.dfsg+really1.3.1-1+b1 \
5959
# install a chinese font to support the use of tools like matplotlib
6060
&& apt-get install -y fonts-noto-cjk \
6161
&& apt-get autoremove -y \

0 commit comments

Comments
 (0)