From 121210794650c33b6efb213faa9b20e60e6a058c Mon Sep 17 00:00:00 2001 From: pankore <86098180+pankore@users.noreply.github.com> Date: Wed, 5 Oct 2022 04:07:44 +0800 Subject: [PATCH] [Ameba] Replace BLE C2 notify with indicate as required by Matter Spec (#23013) * Update Dockerfile * Update version --- integrations/docker/images/chip-build-ameba/Dockerfile | 2 +- integrations/docker/images/chip-build/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/docker/images/chip-build-ameba/Dockerfile b/integrations/docker/images/chip-build-ameba/Dockerfile index c8307ae64986f8..3d3b055e820887 100644 --- a/integrations/docker/images/chip-build-ameba/Dockerfile +++ b/integrations/docker/images/chip-build-ameba/Dockerfile @@ -3,7 +3,7 @@ FROM connectedhomeip/chip-build:${VERSION} # Setup Ameba ARG AMEBA_DIR=/opt/ameba -ARG TAG_NAME=ameba_update_2022_07_25 +ARG TAG_NAME=ameba_update_2022_10_03 RUN set -x \ && apt-get update \ && mkdir ${AMEBA_DIR} \ diff --git a/integrations/docker/images/chip-build/version b/integrations/docker/images/chip-build/version index 1683f3fe2579b9..b288fd5e8ac786 100644 --- a/integrations/docker/images/chip-build/version +++ b/integrations/docker/images/chip-build/version @@ -1 +1 @@ -0.6.02 Version bump reason: Update NXP SDK PATH +0.6.03 Version bump reason: [Ameba] Replace C2 notify with indicate as required by Matter spec