From 680a00f33d5ae44a2836f667f1c1b167ab4176ff Mon Sep 17 00:00:00 2001 From: Bharat Date: Wed, 28 Feb 2018 10:08:51 +0530 Subject: [PATCH] Use same rpi-raspbian image for proxy Use the same resin/rpi-raspbian:stretch image for proxy to not have to download another image and save space. --- proxy/Dockerfile.armhf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/Dockerfile.armhf b/proxy/Dockerfile.armhf index b82813a66..ac73d269a 100644 --- a/proxy/Dockerfile.armhf +++ b/proxy/Dockerfile.armhf @@ -1,4 +1,4 @@ -FROM resin/rpi-raspbian:jessie +FROM resin/rpi-raspbian:stretch RUN apt-get update \ && apt-get install -y \