Merge pull request #2216 from liqdfire/fix_guestfs_makefile

fix BASE in Makefile to match Dockerfile
This commit is contained in:
Justin Cormack 2017-07-14 20:02:00 +01:00 committed by GitHub
commit d31600d17d

View File

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