diff --git a/cicd/Jenkinsfile b/cicd/Jenkinsfile index 6aa4d87..e56efa1 100644 --- a/cicd/Jenkinsfile +++ b/cicd/Jenkinsfile @@ -50,7 +50,7 @@ spec: stage('Docker Build and Push') { steps { container("kaniko") { - sh '/kaniko/executor --dockerfile `pwd`/cicd/'+env.BRANCH_NAME+'/Dockerfile --context `pwd` --destination 192.168.195.195:30000/elixir-phoenix:11.3.3' + sh '/kaniko/executor --dockerfile `pwd`/cicd/'+env.BRANCH_NAME+'/Dockerfile --context `pwd` --destination 192.168.195.195:30000/elixir-phoenix:1.11.3' } } }