mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
Merge pull request #2216 from liqdfire/fix_guestfs_makefile
fix BASE in Makefile to match Dockerfile
This commit is contained in:
commit
d31600d17d
@ -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