1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-12 04:23:04 +02:00

upgrade scrapyd:py3 to 2.5.0

This commit is contained in:
kev 2021-04-13 17:04:01 +08:00
parent 6a5b3cbd11
commit dd70ca4100
2 changed files with 4 additions and 4 deletions

View File

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

View File

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