We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5483e0 commit 4539134Copy full SHA for 4539134
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_2023_04_03
+ARG TAG_NAME=ameba_update_2023_05_05
7
RUN set -x \
8
&& apt-get update \
9
&& mkdir ${AMEBA_DIR} \
integrations/docker/images/chip-build/version
@@ -1 +1 @@
1
-0.7.2 Version bump reason: [Telink] Update Telink Docker image (Zephyr update)
+0.7.3 Version bump reason: [Ameba] Matter shell Update
0 commit comments