gbox/Makefile

7 lines
152 B
Makefile
Raw Normal View History

2023-04-11 11:13:04 +00:00
.PHONY: build
2023-04-11 12:51:19 +00:00
GBOX_VERSION = v1.0.6
2023-04-11 11:13:04 +00:00
build:
docker build . -t git.dergrimm.net/dergrimm/gbox:$(GBOX_VERSION) --build-arg GBOX_VERSION=$(GBOX_VERSION)