Update Snapdragon docker tag

This commit is contained in:
Julian Oes
2020-01-13 11:22:22 +01:00
committed by Nuno Marques
parent e64c38fa25
commit 065fa1244d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ def createBuildNode(Boolean archive, String docker_image, String target) {
// TODO: fix the snapdragon image
bypass_entrypoint = ''
if (docker_image == 'lorenzmeier/px4-dev-snapdragon:2018-09-12') {
if (docker_image == 'lorenzmeier/px4-dev-snapdragon:2020-01-13') {
bypass_entrypoint = ' --entrypoint=""'
}