diff --git a/seahub/Dockerfile b/seahub/Dockerfile index cc28797..7b07b4e 100644 --- a/seahub/Dockerfile +++ b/seahub/Dockerfile @@ -44,7 +44,7 @@ python3-dev RUN python3 -m pip install --upgrade pip &&\ pip3 install --target /pip-deps --timeout=3600 --no-cache-dir \ future==1.0.0 \ -pillow==10.4.0 \ +pillow==11.0.0 \ captcha==0.6.0 \ pyjwt==2.9.0 \ mysqlclient==2.2.4 \