diff --git a/integrations/docker/images/base/chip-build/version b/integrations/docker/images/base/chip-build/version index ca7bc016f5ad62..10878f0f428370 100644 --- a/integrations/docker/images/base/chip-build/version +++ b/integrations/docker/images/base/chip-build/version @@ -1 +1 @@ -8 : Update Silabs GSDK to v4.3.1 +9 : [Ameba] Fix onnetwork fastconnect failure diff --git a/integrations/docker/images/stage-2/chip-build-ameba/Dockerfile b/integrations/docker/images/stage-2/chip-build-ameba/Dockerfile index af659cb7a08e0c..7e1d7dca52babc 100644 --- a/integrations/docker/images/stage-2/chip-build-ameba/Dockerfile +++ b/integrations/docker/images/stage-2/chip-build-ameba/Dockerfile @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source https://github.com/project-chip/connectedh # Setup Ameba ARG AMEBA_DIR=/opt/ameba -ARG TAG_NAME=ameba_update_2023_08_01 +ARG TAG_NAME=ameba_update_2023_08_11 RUN set -x \ && apt-get update \ && mkdir ${AMEBA_DIR} \