From 21ff39567ede09567d20470ffa4e4ad94b664a2e Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 10 Jul 2020 11:52:01 +0800 Subject: [PATCH] update scrapy --- scrapyd/Dockerfile | 2 +- scrapyd/arm/Dockerfile | 4 ++-- scrapyd/py3/Dockerfile | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scrapyd/Dockerfile b/scrapyd/Dockerfile index c8adb0b..8ff9f45 100644 --- a/scrapyd/Dockerfile +++ b/scrapyd/Dockerfile @@ -1,5 +1,5 @@ # -# Dockerfile for scrapyd +# Dockerfile for scrapyd (python2) # FROM debian:buster diff --git a/scrapyd/arm/Dockerfile b/scrapyd/arm/Dockerfile index 2c3b1ee..1037804 100644 --- a/scrapyd/arm/Dockerfile +++ b/scrapyd/arm/Dockerfile @@ -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 \ diff --git a/scrapyd/py3/Dockerfile b/scrapyd/py3/Dockerfile index 3d2a80c..272ccbd 100644 --- a/scrapyd/py3/Dockerfile +++ b/scrapyd/py3/Dockerfile @@ -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 \