Skip to content

Commit 29cd277

Browse files
authored
Merge branch 'master' into feature/app-install-flow-public
2 parents 5ba9ee1 + a30dd12 commit 29cd277

File tree

2 files changed

+2
-2
lines changed
  • integrations/docker/images

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
64 : [NXP] Add `--break-system-packages` to pip install
1+
65 : [nrfconnect] Update nRF Connect SDK version.

integrations/docker/images/stage-2/chip-build-nrf-platform/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG VERSION=1
77
FROM ghcr.io/project-chip/chip-build:${VERSION} as build
88
LABEL org.opencontainers.image.source https://github.com/project-chip/connectedhomeip
99
# Compatible Nordic Connect SDK revision.
10-
ARG NCS_REVISION=v2.6.0
10+
ARG NCS_REVISION=v2.7.0
1111

1212
# Requirements to clone SDKs in temporary container
1313
RUN set -x \

0 commit comments

Comments
 (0)