1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:09 +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

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

View File

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

View File

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