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

upgrade scrapyd base image

This commit is contained in:
kev 2018-01-23 22:54:44 +08:00
parent e990d50d79
commit a62429af3c
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# Dockerfile for scrapyd
#
FROM debian:jessie
FROM debian:stretch
MAINTAINER kev <noreply@easypi.pro>
RUN set -xe \

View File

@ -2,7 +2,7 @@
# Dockerfile for scrapyd-arm
#
FROM armhf/debian:jessie
FROM resin/rpi-raspbian:stretch
MAINTAINER EasyPi Software Foundation
RUN set -xe \

View File

@ -2,7 +2,7 @@
# Dockerfile for scrapyd:py3
#
FROM debian:jessie
FROM debian:stretch
MAINTAINER kev <noreply@easypi.pro>
RUN set -xe \