diff --git a/seahub/Dockerfile b/seahub/Dockerfile index a357138..fac8672 100644 --- a/seahub/Dockerfile +++ b/seahub/Dockerfile @@ -71,7 +71,7 @@ openpyxl==3.1.5 \ Markdown==3.7 \ bleach==6.2.0 \ pypinyin==0.53.0 \ -PyMuPDF==1.24.14 \ +PyMuPDF==1.25.3 \ pymysql==1.1.1 RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \