core: update base image to Debian Buster

This commit is contained in:
Saúl Ibarra Corretgé
2020-05-27 23:40:59 +02:00
parent ba011900fb
commit 880b9b0e91
4 changed files with 14 additions and 20 deletions

View File

@@ -33,7 +33,7 @@ clean:
docker network prune
prepare:
docker pull debian:stretch-slim
docker pull debian:buster-slim
FORCE_REBUILD=1 $(MAKE)
.PHONY: all build tag push clean prepare release