Always pull latest base image

This commit is contained in:
Arthur Barr
2017-10-26 13:16:23 +01:00
parent 72228f3119
commit 774cf26ac6

View File

@@ -121,6 +121,8 @@ define docker-build-mq
nginx:alpine nginx:alpine
# Build the new image # Build the new image
$(DOCKER) build \ $(DOCKER) build \
# Always ensure that we have the latest base image
--pull \
--tag $1 \ --tag $1 \
--file $2 \ --file $2 \
--network build \ --network build \