Skip to content

Commit f967c06

Browse files
[nrfconnect] Bump SDK version in Docker
Bump nrfconnect SDK version to v2.6.0. Full changelog is available on the https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/releases_and_maturity/releases/release-notes-2.6.0.html page.
1 parent c90481f commit f967c06

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-
40 : [NuttX] Add support for NuttX SDK
1+
41 : [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.5.0
10+
ARG NCS_REVISION=v2.6.0
1111

1212
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1313
WORKDIR /opt/NordicSemiconductor/nRF5_tools

0 commit comments

Comments
 (0)