quitar 2-Alpine

This commit is contained in:
Victor 2020-03-18 09:47:10 +01:00
parent efae8d77d5
commit a6a195b58d

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
stage('Build') {
agent {
docker {
image 'python:2-alpine'
image 'python'
}
}
steps {