Skip to content

Commit

Permalink
[nrfconnect] Bump SDK version in Docker (#16169)
Browse files Browse the repository at this point in the history
An OpenThread bug was discovered in 1.9.0 version, so we
need to bump the supported nRF Connect SDK to 1.9.1 that
includes the fix.
  • Loading branch information
Damian-Nordic authored Mar 14, 2022
1 parent 6e76729 commit b8c5d51
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 @@ -2,7 +2,7 @@ ARG VERSION=latest
FROM connectedhomeip/chip-build:${VERSION} as build

# Compatible Nordic Connect SDK revision.
ARG NCS_REVISION=v1.9.0
ARG NCS_REVISION=v1.9.1

RUN set -x \
&& apt-get update \
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.57 Version bump reason: Update Infineon P6 Docker
0.5.58 Version bump reason: Update nRF Connect SDK

0 comments on commit b8c5d51

Please sign in to comment.