mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-04 03:49:18 +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
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user