Jenkins update cppcheck to px4-dev-base:2018-08-23 with fixed python dependencies

This commit is contained in:
Daniel Agar 2018-08-23 10:40:39 -04:00
parent c7779508df
commit b39a3664bd
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -115,7 +115,7 @@ pipeline {
stage('cppcheck') {
agent {
docker {
image 'px4io/px4-dev-base:2018-08-21'
image 'px4io/px4-dev-base:2018-08-23'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}