Skip to content

Commit

Permalink
[nrfconnect] Bump nRF Connect SDK version in Docker (#25428)
Browse files Browse the repository at this point in the history
Regular update of nRF Connect SDK to 2.3.0 version

Co-authored-by: Andrei Litvin <andy314@gmail.com>
  • Loading branch information
2 people authored and pull[bot] committed Aug 8, 2023
1 parent e3ea851 commit 9494e31
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 @@ -6,7 +6,7 @@ ARG VERSION=latest

FROM connectedhomeip/chip-build:${VERSION} as build
# Compatible Nordic Connect SDK revision.
ARG NCS_REVISION=v2.2.0
ARG NCS_REVISION=v2.3.0

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
WORKDIR /opt/NordicSemiconductor/nRF5_tools
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.6.46 Version bump reason: [Android] Add kotlin compiler version 1.8.10
0.6.47 Version bump reason: [nrfconnect] Update nRF Connect SDK version.

0 comments on commit 9494e31

Please sign in to comment.