We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e8c00 commit fb05d88Copy full SHA for fb05d88
integrations/docker/images/base/chip-build/version
@@ -1 +1 @@
1
-64 : [NXP] Add `--break-system-packages` to pip install
+65 : [nrfconnect] Update nRF Connect SDK version.
integrations/docker/images/stage-2/chip-build-nrf-platform/Dockerfile
@@ -7,7 +7,7 @@ ARG VERSION=1
7
FROM ghcr.io/project-chip/chip-build:${VERSION} as build
8
LABEL org.opencontainers.image.source https://github.com/project-chip/connectedhomeip
9
# Compatible Nordic Connect SDK revision.
10
-ARG NCS_REVISION=v2.6.0
+ARG NCS_REVISION=v2.7.0
11
12
# Requirements to clone SDKs in temporary container
13
RUN set -x \
0 commit comments