diff --git a/Makefile b/Makefile index 57d2721..20a7521 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ NO_COLOR=\033[0m build: @echo "$(OK_COLOR)==>$(NO_COLOR) Building $(REPOSITORY):$(TAG)" - @docker build --rm -t $(REPOSITORY):$(TAG) . + @docker build --pull --rm -t $(REPOSITORY):$(TAG) . $(REPOSITORY)_$(TAG).tar: build @echo "$(OK_COLOR)==>$(NO_COLOR) Saving $(REPOSITORY):$(TAG) > $@"