Skip to content

Commit

Permalink
[docker] Bump west version in nRF Connect Docker (#13583)
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian-Nordic authored Jan 14, 2022
1 parent 1a4a061 commit b42655a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ WORKDIR /opt/NordicSemiconductor/nrfconnect
RUN set -x \
&& python3 -m pip install -U --no-cache-dir \
cmake==3.21.2 \
west==0.11.1 \
west==0.12.0 \
&& west init -m https://github.com/nrfconnect/sdk-nrf \
&& git -C nrf fetch origin "$NCS_REVISION" \
&& git -C nrf checkout FETCH_HEAD \
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.5.47 Version bump reason: [Ameba] Revise build script for otar
0.5.48 Version bump reason: [nrf] Bump west version

0 comments on commit b42655a

Please sign in to comment.