Skip to content

Commit fb05d88

Browse files
kkasperczyk-noj-ororke
authored andcommitted
[nrfconnect] Updated nRF Connect SDK version in Docker to 2.7.0 (project-chip#34330)
Regular update of nRF Connect SDK to 2.7.0 version.
1 parent 14e8c00 commit fb05d88

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)