Skip to content

Commit 9018ef3

Browse files
authored
chore: (dockerfile) upgrade perl version (langgenius#10534)
1 parent 508f848 commit 9018ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Dockerfile

Lines changed: 1 addition & 1 deletion
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.3-2 libldap-2.5-0=2.5.18+dfsg-3+b1 perl=5.40.0-6 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.3-2 libldap-2.5-0=2.5.18+dfsg-3+b1 perl=5.40.0-7 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)