Skip to content

Commit

Permalink
base: Bump nrf-regtool version to 7.0.0
Browse files Browse the repository at this point in the history
This is required for additional upcoming features.

Signed-off-by: Carles Cufi <[email protected]>
  • Loading branch information
carlescufi authored and stephanosio committed Oct 25, 2024
1 parent e511be8 commit 633b3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 633b3e7

Please sign in to comment.