From 774cf26ac670a584626d5b46f296f65c5082a6a1 Mon Sep 17 00:00:00 2001 From: Arthur Barr Date: Thu, 26 Oct 2017 13:16:23 +0100 Subject: [PATCH] Always pull latest base image --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d5dfedf..621efe2 100644 --- a/Makefile +++ b/Makefile @@ -121,6 +121,8 @@ define docker-build-mq nginx:alpine # Build the new image $(DOCKER) build \ + # Always ensure that we have the latest base image + --pull \ --tag $1 \ --file $2 \ --network build \