From c60ece62787f0f5f26cc604306ce4bbd3a6d5344 Mon Sep 17 00:00:00 2001 From: aor-fokus Date: Wed, 9 Jan 2019 18:55:47 +0100 Subject: [PATCH] test stretch building with travis --- docker/base-amd64 | 2 +- docker/base-arm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/base-amd64 b/docker/base-amd64 index a1637b0..b588361 100644 --- a/docker/base-amd64 +++ b/docker/base-amd64 @@ -3,7 +3,7 @@ ############################################################ # Set the base image to use debian -FROM debian:jessie +FROM debian:stretch # Set the file maintainer MAINTAINER rst/tgu diff --git a/docker/base-arm b/docker/base-arm index b2d49e4..c62eb76 100644 --- a/docker/base-arm +++ b/docker/base-arm @@ -3,7 +3,7 @@ ############################################################ # Set the base image to use debian -FROM resin/rpi-raspbian:jessie +FROM resin/rpi-raspbian:stretch # Set the file maintainer MAINTAINER rst/tgu