From 09e22c2645cae2e02d53ddc6713cf590de173edb Mon Sep 17 00:00:00 2001 From: fedy95 Date: Sun, 6 Jun 2021 11:22:08 +0000 Subject: [PATCH] Update 'Makefile' --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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