diff --git a/integrations/docker/images/base/chip-build/version b/integrations/docker/images/base/chip-build/version index 8cd56c356608ff..50e8572e48a6f4 100644 --- a/integrations/docker/images/base/chip-build/version +++ b/integrations/docker/images/base/chip-build/version @@ -1 +1 @@ -121 : [Telink] Update Docker image (Zephyr 3.3 & 3.7 support) +122 : [NXP] Update NXP sdk version diff --git a/integrations/docker/images/stage-2/chip-build-nxp/Dockerfile b/integrations/docker/images/stage-2/chip-build-nxp/Dockerfile index 9d5f3e79e88f69..264fa89d8306f2 100644 --- a/integrations/docker/images/stage-2/chip-build-nxp/Dockerfile +++ b/integrations/docker/images/stage-2/chip-build-nxp/Dockerfile @@ -13,7 +13,7 @@ WORKDIR /opt/nxp/ ARG NXP_SDK_EXAMPLE_PATH=nxp_matter_support/github_sdk/sdk_next/repo/mcuxsdk/examples RUN set -x \ - && git clone --branch release/v1.4.0.1 https://github.com/NXP/nxp_matter_support.git \ + && git clone --branch matter-sdk-25-03-pvw2-support https://github.com/NXP/nxp_matter_support.git \ && pip3 install --break-system-packages -U --no-cache-dir west \ && ./nxp_matter_support/scripts/update_nxp_sdk.py \ && cd $NXP_SDK_EXAMPLE_PATH \