Skip to content

Commit

Permalink
[nrfconnect] Updated nRF Connect SDK version in Docker to 2.7.0 (#34330)
Browse files Browse the repository at this point in the history
Regular update of nRF Connect SDK to 2.7.0 version.
  • Loading branch information
kkasperczyk-no authored and pull[bot] committed Jul 25, 2024
1 parent df8c9da commit 3695515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/base/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
64 : [NXP] Add `--break-system-packages` to pip install
65 : [nrfconnect] Update nRF Connect SDK version.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG VERSION=1
FROM ghcr.io/project-chip/chip-build:${VERSION} as build
LABEL org.opencontainers.image.source https://github.com/project-chip/connectedhomeip
# Compatible Nordic Connect SDK revision.
ARG NCS_REVISION=v2.6.0
ARG NCS_REVISION=v2.7.0

# Requirements to clone SDKs in temporary container
RUN set -x \
Expand Down

0 comments on commit 3695515

Please sign in to comment.