summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2b982b..01d6ac4 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ test-integration: build-image
test: clean test-unit test-integration
build-image:
- @docker build --tag $(IMAGE_TAG) .
+ @docker build --no-cache --tag $(IMAGE_TAG) .
build-builder-image:
@docker build --target build --tag $(IMAGE_TAG) .