fix BASE in makefile to match Dockerfile

Signed-off-by: Liqdfire <liqdfire@gmail.com>
This commit is contained in:
Liqdfire 2017-07-14 14:00:43 -04:00
parent 469ba103db
commit 457f9a61c6

View File

@ -1,6 +1,6 @@
.PHONY: tag push
BASE=debian:jessie
BASE=debian:stretch
IMAGE=guestfs
default: push