upgrade scrapy to 2.4.1

This commit is contained in:
kev 2020-12-08 17:08:39 +08:00
parent 2c6016e6bf
commit 022b7c6892

View File

@ -5,9 +5,9 @@
FROM debian:buster
MAINTAINER EasyPi Software Foundation
ENV SCRAPY_VERSION=2.4.0
ENV SCRAPY_VERSION=2.4.1
ENV SCRAPYD_VERSION=1.2.1
ENV PILLOW_VERSION=7.2.0
ENV PILLOW_VERSION=8.0.1
RUN set -xe \
&& apt-get update \