Skip to content

Commit 363c778

Browse files
committed
Dockerfile: Update trusted-firmware-m branch v2.2.2
trusted-firmware-m branch changed to `zephyr_tf-m_v2.2.2` because main branch is no longer available Signed-off-by: Anil Ozrenk <anil.ozrenk@gmail.com>
1 parent 5076c99 commit 363c778

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
@@ -218,7 +218,7 @@ RUN <<EOF
218218
pip install --no-cache-dir \
219219
-r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/main/scripts/requirements.txt \
220220
-r https://raw.githubusercontent.com/zephyrproject-rtos/mcuboot/main/scripts/requirements.txt \
221-
-r https://raw.githubusercontent.com/zephyrproject-rtos/trusted-firmware-m/main/tools/requirements.txt \
221+
-r https://raw.githubusercontent.com/zephyrproject-rtos/trusted-firmware-m/zephyr_tf-m_v2.2.2/tools/requirements.txt \
222222
'esptool>=5.0.2' \
223223
GitPython \
224224
junitparser \

0 commit comments

Comments
 (0)