From 64372e967038fc5ccb2b719eefe50b832d51ee56 Mon Sep 17 00:00:00 2001
From: MOREY Thibault <thibault.morey3@etu.univ-lorraine.fr>
Date: Thu, 18 Feb 2021 16:50:43 +0000
Subject: [PATCH] Update Jenkinsfile

---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5191c2b..a7a7f16 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -8,7 +8,7 @@ node{
         }
 
         stage('Scan hadolint'){
-            sh 'docker run --rm -i hadolint/hadolint < debian:buster > rapportHadolint'
+            sh 'docker run --rm -i hadolint/hadolint < Dockerfile > rapportHadolint'
         }
 
         stage('Build image') {
-- 
GitLab