We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea35209 commit 3452074Copy full SHA for 3452074
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_03_31
+ARG TAG_NAME=ameba_update_2023_04_03
7
RUN set -x \
8
&& apt-get update \
9
&& mkdir ${AMEBA_DIR} \
integrations/docker/images/chip-build/version
@@ -1 +1 @@
1
-0.6.53 Version bump reason: [Ameba] Update get wifi scan_results logic
+0.6.54 Version bump reason: [Ameba] Store wifi ssid and password into dct
0 commit comments