mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-31 22:51:41 +00:00
fix BASE in makefile to match Dockerfile
Signed-off-by: Liqdfire <liqdfire@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.PHONY: tag push
|
||||
|
||||
BASE=debian:jessie
|
||||
BASE=debian:stretch
|
||||
IMAGE=guestfs
|
||||
|
||||
default: push
|
||||
|
Reference in New Issue
Block a user