🐳 chore: change image

This commit is contained in:
jerry 2022-05-03 17:20:34 +08:00
parent 08da84e67d
commit 0d823d5dc7

2
Jenkinsfile vendored

@ -4,7 +4,7 @@ pipeline {
stage('build') {
agent {
docker {
image 'sparkstore/qt-build-image:5.11'
image 'sparkstore/qt-build-image:5.11-1'
}
}
steps {