Update debian version to buster

This commit is contained in:
Bram Veenboer
2020-02-23 15:20:47 +01:00
parent f4fab54215
commit ec6cc2c640

View File

@@ -1,4 +1,4 @@
DEBIAN = stretch DEBIAN = buster
FROM = debian:$(DEBIAN) FROM = debian:$(DEBIAN)
MODE = minimal MODE = minimal
PROXY = $(shell hostname -I | cut -d' ' -f1) PROXY = $(shell hostname -I | cut -d' ' -f1)