Skip to content

Commit

Permalink
base: Bump the nrf-regtool version to 5.3.0
Browse files Browse the repository at this point in the history
The new version is required for the introduction of nRF MCAN:
zephyrproject-rtos/zephyr#73386

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
  • Loading branch information
carlescufi authored and stephanosio committed May 30, 2024
1 parent 6a0c853 commit 0e26968
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.2.0 && \
nrf-regtool>=5.3.0 && \
pip3 check

# Clean up stale packages
Expand Down

0 comments on commit 0e26968

Please sign in to comment.