From 6bf77b5032d4438bd077eab071181aa3f0930e47 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Tue, 22 Oct 2024 13:36:59 +0200 Subject: [PATCH] base: Bump nrf-regtool version to 7.0.0 This is required for additional upcoming features. Signed-off-by: Carles Cufi --- Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.base b/Dockerfile.base index 1ee6c00..d48dc31 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -114,7 +114,7 @@ RUN python3 -m pip install -U --no-cache-dir pip && \ -r https://raw.githubusercontent.com/zephyrproject-rtos/mcuboot/main/scripts/requirements.txt \ GitPython imgtool junitparser junit2html numpy protobuf PyGithub \ pylint sh statistics west \ - nrf-regtool~=6.0.0 + nrf-regtool~=7.0.0 # Run pip check on x86 only for now, it fails on arm. RUN if [ "${HOSTTYPE}" = "x86_64" ]; then \ pip3 check \