update px4 dev containers to 2019-02-09

- this updates all containers except for px4-dev-snapdragon
This commit is contained in:
Daniel Agar
2019-02-10 17:33:17 -05:00
committed by GitHub
parent 0b16e650b7
commit 05dc2ba3ec
6 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ pipeline {
stage('px4_fmu-v4_default') {
agent {
docker {
image 'px4io/px4-dev-nuttx:2019-02-03'
image 'px4io/px4-dev-nuttx:2019-02-09'
args '-e CCACHE_BASEDIR=$WORKSPACE -v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}