Jenkins CI: PX4 ROS2 bridge stage: update container tag

This commit is contained in:
TSC21
2019-02-03 15:21:31 +00:00
committed by Nuno Marques
parent 29232b2499
commit 59a264b179

2
Jenkinsfile vendored
View File

@@ -501,7 +501,7 @@ pipeline {
stage('PX4 ROS2 bridge') {
agent {
docker { image 'px4io/px4-dev-base:2019-01-01' }
docker { image 'px4io/px4-dev-base:2019-01-27' }
}
steps {
checkout(scm)