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 8cdf2fd..d5b9661 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ tests: php-malware-finder ## Run test suite
34 34
35docker: ## Build docker image 35docker: ## Build docker image
36 docker pull $(IMAGE_NAME):latest || true 36 docker pull $(IMAGE_NAME):latest || true
37 docker build --pull -t $(IMAGE_NAME):latest . 37 docker build --pull --cache-from=$(IMAGE_NAME):latest -t $(IMAGE_NAME):latest .
38 docker tag $(IMAGE_NAME):latest $(IMAGE_NAME):$(IMAGE_VERSION) 38 docker tag $(IMAGE_NAME):latest $(IMAGE_NAME):$(IMAGE_VERSION)
39 39
40docker-tests: ## Run docker image against the samples folder 40docker-tests: ## Run docker image against the samples folder