Skip to content

Commit c1456bf

Browse files
base: bump nrf-regtool to 9.0.0
Match the version used bump in zephyrproject-rtos/zephyr#87612 Signed-off-by: Jonathan Nilsen <jonathan.nilsen@nordicsemi.no>
1 parent 7bf927d commit c1456bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.base

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ RUN python3 -m pip install -U --no-cache-dir pip && \
114114
-r https://raw.githubusercontent.com/zephyrproject-rtos/mcuboot/main/scripts/requirements.txt \
115115
GitPython imgtool junitparser junit2html numpy protobuf PyGithub \
116116
pylint sh statistics west \
117-
nrf-regtool~=7.0.0
117+
nrf-regtool~=9.0.0
118118
# Run pip check on x86 only for now, it fails on arm.
119119
RUN if [ "${HOSTTYPE}" = "x86_64" ]; then \
120120
pip3 check \

0 commit comments

Comments
 (0)