From c42384b0e795586842e45ff0399e2e0543602965 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Sat, 23 Sep 2017 22:17:59 +0200 Subject: [PATCH] trivial --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 018a5e3..f7f77a4 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ VERSION ?= latest default: build build: - docker build -t $(NS)/$(NAME):$(VERSION) -f Dockerfile -- . + docker build --pull -t $(NS)/$(NAME):$(VERSION) -f Dockerfile -- . publish: docker push $(NS)/$(NAME):$(VERSION)