Skip to content

Commit 50e7c19

Browse files
Update ZAP to tip. (#24141)
Adds ability to remove APIs in Darwin codegen.
1 parent ca086f2 commit 50e7c19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrations/docker/images/chip-build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ RUN set -x \
163163

164164
# Install a known ZAP release
165165
# Only keep the cli version, since `zap` is 143MB and not usable (UI)
166-
ENV ZAP_VERSION=v2022.12.17-nightly
166+
ENV ZAP_VERSION=v2022.12.19-nightly
167167
RUN set -x \
168168
&& mkdir -p /opt/zap-${ZAP_VERSION} \
169169
&& cd /opt/zap-${ZAP_VERSION} \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.23 Version bump reason: Updating ZAP to v2022.12.17-nightly
1+
0.6.24 Version bump reason: Updating ZAP to v2022.12.19-nightly

0 commit comments

Comments
 (0)