mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
Update pillow version to 10.0.*
This commit is contained in:
parent
60bb018a0f
commit
9affb7aaed
|
@ -30,7 +30,7 @@ libmemcached-dev
|
||||||
RUN python3 -m pip install --upgrade pip &&\
|
RUN python3 -m pip install --upgrade pip &&\
|
||||||
pip3 install --timeout=3600 \
|
pip3 install --timeout=3600 \
|
||||||
future==0.18.* \
|
future==0.18.* \
|
||||||
pillow==9.3.* \
|
pillow==10.0.* \
|
||||||
captcha==0.4 \
|
captcha==0.4 \
|
||||||
pyjwt==2.6.* \
|
pyjwt==2.6.* \
|
||||||
mysqlclient==2.1.* \
|
mysqlclient==2.1.* \
|
||||||
|
|
Loading…
Reference in a new issue