1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-06 22:23:10 +02:00

update scrapy

This commit is contained in:
kev
2020-07-10 11:52:01 +08:00
parent a3cd320e22
commit 21ff39567e
3 changed files with 5 additions and 5 deletions

View File

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