mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-05 08:52:23 +00:00
Merge pull request #2216 from liqdfire/fix_guestfs_makefile
fix BASE in Makefile to match Dockerfile
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