Skip to content

Commit

Permalink
[nrfconnect] Bump nRF Connect SDK version in Docker
Browse files Browse the repository at this point in the history
Regular update of nRF Connect SDK to 2.4.0 version
  • Loading branch information
kkasperczyk-no committed Jun 1, 2023
1 parent 68621d0 commit ffe2d25
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.3.0
ARG NCS_REVISION=v2.4.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.7.15 Version bump reason: [Java] Set JAVA_PATH in chip-build-java and vscode
0.7.16 Version bump reason: [nrfconnect] Update nRF Connect SDK version.

0 comments on commit ffe2d25

Please sign in to comment.