[VOL-5486] Fix deprecated versions

Change-Id: Ic398322948171d8a1c5b4e866602805ec0ea396f
Signed-off-by: Abhay Kumar <abhay.kumar@radisys.com>
diff --git a/Makefile b/Makefile
index 467a1c9..c4a4262 100755
--- a/Makefile
+++ b/Makefile
@@ -153,7 +153,7 @@
 ## -----------------------------------------------------------------------
 lint-dockerfile: ## Perform static analysis on Dockerfile
 	@echo "Running Dockerfile lint check ..."
-	@${HADOLINT} $$(find . -name "Dockerfile.*")
+	@${HADOLINT} $$(find . -name "Dockerfile.*" -not -path "./vendor/*")
 	@echo "Dockerfile lint check OK"
 
 ## -----------------------------------------------------------------------