Skip to content

Commit

Permalink
Fix Telink Docker image instability (#8660)
Browse files Browse the repository at this point in the history
* Fix Telink Docker image instability

* Update chip-build/version file to 0.4.33
  • Loading branch information
rikorsev authored and pull[bot] committed Aug 31, 2021
1 parent f6ae8fc commit 1278040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build-telink/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
libsdl2-dev \
&& pip3 install --user -U west \
&& pip3 install pyelftools \
&& west init ${ZEPHYR_PROJECT_DIR} \
&& west init --mr=zephyr-v2.5.0 ${ZEPHYR_PROJECT_DIR} \
&& cd ${ZEPHYR_PROJECT_DIR} && west update && west zephyr-export \
&& python3 -m pip install -U pip \
&& pip3 install --user -r ${ZEPHYR_PROJECT_DIR}/zephyr/scripts/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.32
0.4.33

0 comments on commit 1278040

Please sign in to comment.