From dd70ca4100c3bca746a5a5c1479a0730e350047e Mon Sep 17 00:00:00 2001 From: kev Date: Tue, 13 Apr 2021 17:04:01 +0800 Subject: [PATCH] upgrade scrapyd:py3 to 2.5.0 --- scrapyd/arm/Dockerfile | 4 ++-- scrapyd/py3/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scrapyd/arm/Dockerfile b/scrapyd/arm/Dockerfile index 0beb1fa..1cd920c 100644 --- a/scrapyd/arm/Dockerfile +++ b/scrapyd/arm/Dockerfile @@ -5,10 +5,10 @@ FROM arm32v7/debian:buster MAINTAINER EasyPi Software Foundation -ENV SCRAPY_VERSION=2.4.1 +ENV SCRAPY_VERSION=2.5.0 ENV SCRAPYD_VERSION=1.2.1 ENV SCRAPYRT_VERSION=0.12 -ENV PILLOW_VERSION=8.1.2 +ENV PILLOW_VERSION=8.2.0 RUN set -xe \ && apt-get update \ diff --git a/scrapyd/py3/Dockerfile b/scrapyd/py3/Dockerfile index 8e4f148..794b94b 100644 --- a/scrapyd/py3/Dockerfile +++ b/scrapyd/py3/Dockerfile @@ -5,10 +5,10 @@ FROM debian:buster MAINTAINER EasyPi Software Foundation -ENV SCRAPY_VERSION=2.4.1 +ENV SCRAPY_VERSION=2.5.0 ENV SCRAPYD_VERSION=1.2.1 ENV SCRAPYRT_VERSION=0.12 -ENV PILLOW_VERSION=8.1.2 +ENV PILLOW_VERSION=8.2.0 RUN set -xe \ && apt-get update \