mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-22 05:09:09 +02:00
update scrapy
This commit is contained in:
parent
a3cd320e22
commit
21ff39567e
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Dockerfile for scrapyd
|
# Dockerfile for scrapyd (python2)
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM debian:buster
|
FROM debian:buster
|
||||||
|
@ -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 \
|
||||||
|
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user