diff --git a/Makefile b/Makefile index 90141b8..9b712dc 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ MAKEFLAGS += --silent .PHONY: * LOCAL_REPOSITORY=fedy95/baseimage:autossl -JSONLINT_TAG=latest +TAG=latest build: - docker build -t ${LOCAL_REPOSITORY}-${JSONLINT_TAG} . + docker build -t ${LOCAL_REPOSITORY}-${TAG} . .DEFAULT_GOAL := build