A docker image that exists does help

This commit is contained in:
Timothy Warren 2020-03-12 10:28:21 -04:00
parent 3ce928a67d
commit f57466d42c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stage('setup') {
agent {
docker {
image 'php-alpine'
image 'php:alpine'
args '-u root --privileged'
}
}