Skip to content

Commit 487accf

Browse files
stephanosiocarlescufi
authored andcommitted
base: Require nrf-regtool version 5.1.0 or above
This commit updates the base image Dockerfile to include nrf-regtool version 5.1.0 or above. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent f4e948b commit 487accf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.base

Lines changed: 1 addition & 1 deletion
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 numpy protobuf PyGithub \
116116
pylint sh statistics west \
117-
nrf-regtool && \
117+
nrf-regtool>=5.1.0 && \
118118
pip3 check
119119

120120
# Clean up stale packages

0 commit comments

Comments
 (0)