Skip to content

Commit

Permalink
base: Require nrf-regtool version 5.1.0 or above
Browse files Browse the repository at this point in the history
This commit updates the base image Dockerfile to include nrf-regtool
version 5.1.0 or above.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio authored and carlescufi committed Feb 29, 2024
1 parent f4e948b commit 487accf
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 && \
nrf-regtool>=5.1.0 && \
pip3 check

# Clean up stale packages
Expand Down

0 comments on commit 487accf

Please sign in to comment.