Skip to content

Commit 93da711

Browse files
Update ZAP to tip. (#24125)
Starts using the Darwin availability YAML for rename information, instead of hardcoding that.
1 parent 9b54728 commit 93da711

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
@@ -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.16-nightly
166+
ENV ZAP_VERSION=v2022.12.17-nightly
167167
RUN set -x \
168168
&& mkdir -p /opt/zap-${ZAP_VERSION} \
169169
&& cd /opt/zap-${ZAP_VERSION} \
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.22 Version bump reason: Updating ZAP to v2022.12.16-nightly
1+
0.6.23 Version bump reason: Updating ZAP to v2022.12.17-nightly

0 commit comments

Comments
 (0)