docker: update px4-dev-simulation-bionic container versions to 2021-12-11

The current docker image will cause "make tests" to fail: "kconfiglib is not installed or not in PATH"
This commit is contained in:
FengShun 2021-12-27 13:17:44 +08:00 committed by Daniel Agar
parent d94767ef88
commit 65e976bbc2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if [ -z ${PX4_DOCKER_REPO+x} ]; then
PX4_DOCKER_REPO="px4io/px4-dev-clang:2021-02-04"
elif [[ $@ =~ .*tests* ]]; then
# run all tests with simulation
PX4_DOCKER_REPO="px4io/px4-dev-simulation-bionic:2021-02-04"
PX4_DOCKER_REPO="px4io/px4-dev-simulation-bionic:2021-12-11"
fi
else
echo "PX4_DOCKER_REPO is set to '$PX4_DOCKER_REPO'";