1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00: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

@ -1,5 +1,5 @@
#
# Dockerfile for scrapyd
# Dockerfile for scrapyd (python2)
#
FROM debian:buster

@ -5,9 +5,9 @@
FROM arm32v7/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 \

@ -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 \