We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c02dbc commit 5878292Copy full SHA for 5878292
integrations/docker/images/chip-build-ameba/Dockerfile
@@ -3,7 +3,7 @@ FROM connectedhomeip/chip-build:${VERSION}
3
4
# Setup Ameba
5
ARG AMEBA_DIR=/opt/ameba
6
-ARG TAG_NAME=ameba_update_2022_07_25
+ARG TAG_NAME=ameba_update_2022_10_03
7
RUN set -x \
8
&& apt-get update \
9
&& mkdir ${AMEBA_DIR} \
integrations/docker/images/chip-build/version
@@ -1 +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
0 commit comments