diff --git a/integrations/docker/images/base/chip-build/version b/integrations/docker/images/base/chip-build/version index 842d3bdfda0653..6450e8f5db4102 100644 --- a/integrations/docker/images/base/chip-build/version +++ b/integrations/docker/images/base/chip-build/version @@ -1 +1 @@ -95 : [Silabs] Update Silabs sisdk to v2024.12.0 and wifisdk to 3.4.0 +96 : [NXP] Update NXP sdk to 2.16.100 diff --git a/integrations/docker/images/stage-2/chip-build-nxp/Dockerfile b/integrations/docker/images/stage-2/chip-build-nxp/Dockerfile index b5c62d636183e1..0469407c11f634 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/common_sdk/repo/examples RUN set -x \ - && git clone --branch v1.4.0-pvw1 https://github.com/NXP/nxp_matter_support.git \ + && git clone --branch matter-sdk-2.16.100-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 \