From 4bf877b791baf97a7be48002dcefc983b9089a67 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Sat, 18 May 2019 11:26:49 +0200 Subject: [PATCH] make sure to pull in updates for the base image (#159) Signed-off-by: Felix Bartels --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index dcddf71..f46d9cf 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ ifdef TRAVIS docker pull $(docker_repo)/kopano_$(component):builder || true endif docker build \ + --pull \ --build-arg docker_repo=${docker_repo} \ --build-arg KOPANO_CORE_VERSION=${core_download_version} \ --build-arg KOPANO_$(COMPONENT)_VERSION=${$(component)_download_version} \