From c47f915bed43659c3a8d0612d59d7484ac428375 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Mon, 25 Dec 2017 12:58:20 +0100 Subject: [PATCH] build from debian stretch --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index ee1609a..6da70b3 100644 --- a/build/Makefile +++ b/build/Makefile @@ -1,4 +1,4 @@ -FROM = debian:jessie +FROM = debian:stretch MODE = minimal PROXY = $(shell hostname -i) TIMEZONE = Europe/London