Skip to content

Commit 1566198

Browse files
bzbarsky-applepull[bot]
authored andcommitted
Update ZAP to tip. (#24306)
Introduce the concept of "legacy structs".
1 parent 0816bd8 commit 1566198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrations/docker/images/chip-build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ RUN set -x \
178178

179179
# Install a known ZAP release
180180
# Only keep the cli version, since `zap` is 143MB and not usable (UI)
181-
ENV ZAP_VERSION=v2023.01.05-nightly
181+
ENV ZAP_VERSION=v2023.01.06-nightly
182182
RUN set -x \
183183
&& mkdir -p /opt/zap-${ZAP_VERSION} \
184184
&& cd /opt/zap-${ZAP_VERSION} \
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.29 Version bump reason: [Ameba] Update Docker image (fix bugs)
1+
0.6.30 Version bump reason: Updating ZAP to v2023.01.06-nightly

0 commit comments

Comments
 (0)