gbox/Makefile

7 lines
152 B
Makefile

.PHONY: build
GBOX_VERSION = v1.0.6
build:
docker build . -t git.dergrimm.net/dergrimm/gbox:$(GBOX_VERSION) --build-arg GBOX_VERSION=$(GBOX_VERSION)