mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
fix BASE in makefile to match Dockerfile
Signed-off-by: Liqdfire <liqdfire@gmail.com>
This commit is contained in:
parent
469ba103db
commit
457f9a61c6
@ -1,6 +1,6 @@
|
||||
.PHONY: tag push
|
||||
|
||||
BASE=debian:jessie
|
||||
BASE=debian:stretch
|
||||
IMAGE=guestfs
|
||||
|
||||
default: push
|
||||
|
Loading…
Reference in New Issue
Block a user