Skip to content

Commit

Permalink
base: Bump the nrf-regtool version to 5.2.0
Browse files Browse the repository at this point in the history
The new version is required for the introduction of nrfs, see here:
zephyrproject-rtos/zephyr#70245

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
  • Loading branch information
carlescufi authored and stephanosio committed Apr 26, 2024
1 parent 45d0cc4 commit 73ee29e
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 numpy protobuf PyGithub \
pylint sh statistics west \
nrf-regtool>=5.1.0 && \
nrf-regtool>=5.2.0 && \
pip3 check

# Clean up stale packages
Expand Down

0 comments on commit 73ee29e

Please sign in to comment.