diff --git a/seahub/Dockerfile b/seahub/Dockerfile index 6933273..c823175 100644 --- a/seahub/Dockerfile +++ b/seahub/Dockerfile @@ -32,7 +32,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.2.0 \ +pillow==10.3.0 \ captcha==0.5.0 \ pyjwt==2.8.0 \ mysqlclient==2.2.4 \