From ec6cc2c6409699826cc62c6fd4f1efe8f34d4dcc Mon Sep 17 00:00:00 2001 From: Bram Veenboer Date: Sun, 23 Feb 2020 15:20:47 +0100 Subject: [PATCH] Update debian version to buster --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 462f661..4cff677 100644 --- a/build/Makefile +++ b/build/Makefile @@ -1,4 +1,4 @@ -DEBIAN = stretch +DEBIAN = buster FROM = debian:$(DEBIAN) MODE = minimal PROXY = $(shell hostname -I | cut -d' ' -f1)