Skip to content

Commit

Permalink
Update ZAP to tip. (#25327)
Browse files Browse the repository at this point in the history
Fixes the width of device type in the generated discovery commands to match
spec.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Jun 22, 2023
1 parent f94939b commit 7a185fd
Show file tree
Hide file tree
Showing 8 changed files with 524 additions and 524 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-cert-bins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG COMMITHASH=7b99e6399c6069037c613782d78132c69b9dcabb
# ZAP Development install, so that it runs on both x64 and arm64
# Generally this should match with the ZAP version that is used for codegen within the
# specified SHA
ARG ZAP_VERSION=v2023.02.16-nightly
ARG ZAP_VERSION=v2023.02.25-nightly

# Ensure TARGETPLATFORM is set
RUN case ${TARGETPLATFORM} in \
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup/zap.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"mac-arm64",
"windows-amd64"
],
"tags": ["version:2@v2023.02.16-nightly.1"]
"tags": ["version:2@v2023.02.25-nightly.1"]
}
]
}
Loading

0 comments on commit 7a185fd

Please sign in to comment.