diff --git a/seahub/Dockerfile b/seahub/Dockerfile index 6f70194..90b9c25 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==0.18.3 \ -pillow==10.0.1 \ +pillow==10.2.0 \ captcha==0.4 \ pyjwt==2.8.0 \ mysqlclient==2.1.1 \