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)