diff --git a/.ci/run-container-ci b/.ci/run-container-ci index fb824f0a27..8fd5f0e622 100755 --- a/.ci/run-container-ci +++ b/.ci/run-container-ci @@ -25,7 +25,7 @@ set -e set -x -CONTAINER=shiftcrypto/firmware_v2:40 +CONTAINER=shiftcrypto/firmware_v2:41 if [ "$1" == "pull" ] ; then docker pull "$CONTAINER"