Skip to content

Commit a2c3164

Browse files
[docker] Bumped docker image version for nRF Connect SDK update
Increased docker image number and changed tools versions required by the new version of nRF Connect SDK. Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
1 parent 7756885 commit a2c3164

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • integrations/docker/images
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
168 : [Telink] Update Docker image (Zephyr update)
1+
169 : [nrfconnect] Update nRF Connect SDK version to 3.1.0

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ ARG VERSION=1
33
FROM ghcr.io/project-chip/chip-build:${VERSION} AS build
44

55
# Compatible Nordic Connect SDK revision and required tools versions
6-
ARG NCS_REVISION=v3.0.0
7-
ARG JLINK_VERSION="JLink_Linux_V818_x86_64"
8-
ARG WEST_VERSION=1.2.0
6+
ARG NCS_REVISION=v3.1.0
7+
ARG JLINK_VERSION="JLink_Linux_V842_x86_64"
8+
ARG WEST_VERSION=1.4.0
99
ARG CMAKE_VERSION=3.25.0
1010

1111
# Requirements to clone SDKs

0 commit comments

Comments
 (0)