diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 0891e9d..5865668 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -1,6 +1,6 @@ pipeline { agent { - docker {image 'agakul/ium:2.0'} + docker {image 'agakul/ium:3.0'} } stages { stage('Check out from version control') {