Skip to content

Commit

Permalink
[Ameba] Update docker image (#26389)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Update version
  • Loading branch information
pankore authored and pull[bot] committed Nov 16, 2023
1 parent 486ad7c commit 1150924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build-ameba/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM connectedhomeip/chip-build:${VERSION}

# Setup Ameba
ARG AMEBA_DIR=/opt/ameba
ARG TAG_NAME=ameba_update_2023_04_03
ARG TAG_NAME=ameba_update_2023_05_05
RUN set -x \
&& apt-get update \
&& mkdir ${AMEBA_DIR} \
Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -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 comments on commit 1150924

Please sign in to comment.