diff --git a/Jenkinsfile b/Jenkinsfile
index 7a8a1bb8d6c5e524c1463cae3fd853c18019a9b1..cbf31403fbab05d68d78c252be01460009faa8b5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -28,7 +28,7 @@ node{
         stage('Scan Clair'){
             sh '''
                wget -qO clair-scanner https://github.com/arminc/clair-scanner/releases/download/v8/clair-scanner_linux_amd64 && chmod +x clair-scanner
-               ./clair-scanner --ip="localhost" --clair="http://127.20.0.6:6060" debian:buster || exit 0
+               ./clair-scanner --ip=172.20.0.4 --clair="http://127.20.0.6:6060" debian:buster || exit 0
                '''
         }