Skip to content

Commit

Permalink
[nrfconnect] Bump SDK version in Docker (#17207)
Browse files Browse the repository at this point in the history
New version of NRF SDK contains new API for performing multi image DFU for nrf53
so we need to bump the supported nRF Connect SDK to 5ea8f7fa9 revision that
includes the new API.
  • Loading branch information
ArekBalysNordic authored Apr 8, 2022
1 parent 1866f46 commit ecee86b
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.1
ARG NCS_REVISION=5ea8f7fa91d7315fcc6cd9eb3aa74f9640d0abac

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.63 Version bump reason: Add TI sysconfig to chip-build-vscode
0.5.64 Version bump reason: Update nRF Connect SDK

0 comments on commit ecee86b

Please sign in to comment.