We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf927d commit c1456bfCopy full SHA for c1456bf
Dockerfile.base
@@ -114,7 +114,7 @@ RUN python3 -m pip install -U --no-cache-dir pip && \
114
-r https://raw.githubusercontent.com/zephyrproject-rtos/mcuboot/main/scripts/requirements.txt \
115
GitPython imgtool junitparser junit2html numpy protobuf PyGithub \
116
pylint sh statistics west \
117
- nrf-regtool~=7.0.0
+ nrf-regtool~=9.0.0
118
# Run pip check on x86 only for now, it fails on arm.
119
RUN if [ "${HOSTTYPE}" = "x86_64" ]; then \
120
pip3 check \
0 commit comments