From 07035e327e57d4136f725f9525fb3496d56a5706 Mon Sep 17 00:00:00 2001 From: "Tobias L. Maier" Date: Sun, 29 Apr 2018 18:43:19 +0200 Subject: [PATCH] Always attempt to pull a newer version of the image --- hooks/build | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/build b/hooks/build index 73523fb..7c42e68 100755 --- a/hooks/build +++ b/hooks/build @@ -10,5 +10,6 @@ do docker build \ --build-arg DOCKER_VERSION="${docker_version}" \ --build-arg COMPOSE_VERSION="${compose_version}" \ + --pull \ -t "${image}" . done < DOCKER_AND_COMPOSE_VERSION_MATRIX