@@ -7,7 +7,7 @@ ARG VERSION=1
7
7
FROM ghcr.io/project-chip/chip-build:${VERSION} as build
8
8
LABEL org.opencontainers.image.source https://github.com/project-chip/connectedhomeip
9
9
# Compatible Nordic Connect SDK revision.
10
- ARG NCS_REVISION=v2.4 .0
10
+ ARG NCS_REVISION=v2.5 .0
11
11
12
12
SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
13
13
WORKDIR /opt/NordicSemiconductor/nRF5_tools
@@ -16,14 +16,14 @@ RUN set -x \
16
16
| tar zxvf - \
17
17
&& tar xvf JLink_Linux_V780c_x86_64.tgz \
18
18
&& rm JLink_Linux_V780c_x86_64.* \
19
- && curl --location https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.0 /zephyr-sdk-0.16.0_linux -x86_64_minimal.tar.xz --output zephyr-sdk-0.16.0_linux -x86_64_minimal.tar.xz \
20
- && tar xvf zephyr-sdk-0.16.0_linux -x86_64_minimal.tar.xz \
21
- && zephyr-sdk-0.16.0 /setup.sh -t arm-zephyr-eabi \
19
+ && curl --location https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.1 /zephyr-sdk-0.16.1_linux -x86_64_minimal.tar.xz --output zephyr-sdk-0.16.1_linux -x86_64_minimal.tar.xz \
20
+ && tar xvf zephyr-sdk-0.16.1_linux -x86_64_minimal.tar.xz \
21
+ && zephyr-sdk-0.16.1 /setup.sh -t arm-zephyr-eabi \
22
22
&& : # last line
23
23
24
24
WORKDIR /opt/NordicSemiconductor/nrfconnect
25
25
RUN set -x \
26
- && python3 -m pip install -U --no-cache-dir west==1.0 .0 \
26
+ && python3 -m pip install -U --no-cache-dir west==1.1 .0 \
27
27
&& west init -m https://github.com/nrfconnect/sdk-nrf --mr "$NCS_REVISION" \
28
28
&& west config update.narrow true \
29
29
&& west config update.fetch smart \
@@ -63,6 +63,6 @@ ENV LD_LIBRARY_PATH=${NRF5_TOOLS_ROOT}/JLink_Linux_V780c_x86_64:${LD_LIBRARY_PAT
63
63
ENV LC_ALL=C.UTF-8
64
64
ENV LANG=C.UTF-8
65
65
ENV ZEPHYR_BASE=/opt/NordicSemiconductor/nrfconnect/zephyr
66
- ENV ZEPHYR_SDK_INSTALL_DIR=${NRF5_TOOLS_ROOT}/zephyr-sdk-0.16.0
66
+ ENV ZEPHYR_SDK_INSTALL_DIR=${NRF5_TOOLS_ROOT}/zephyr-sdk-0.16.1
67
67
ENV ZEPHYR_TOOLCHAIN_VARIANT=zephyr
68
68
ENV ZEPHYR_TOOLCHAIN_PATH=${ZEPHYR_SDK_INSTALL_DIR}/arm-zephyr-eabi
0 commit comments