We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b54728 commit 93da711Copy full SHA for 93da711
integrations/docker/images/chip-build/Dockerfile
@@ -163,7 +163,7 @@ RUN set -x \
163
164
# Install a known ZAP release
165
# Only keep the cli version, since `zap` is 143MB and not usable (UI)
166
-ENV ZAP_VERSION=v2022.12.16-nightly
+ENV ZAP_VERSION=v2022.12.17-nightly
167
RUN set -x \
168
&& mkdir -p /opt/zap-${ZAP_VERSION} \
169
&& cd /opt/zap-${ZAP_VERSION} \
integrations/docker/images/chip-build/version
@@ -1 +1 @@
1
-0.6.22 Version bump reason: Updating ZAP to v2022.12.16-nightly
+0.6.23 Version bump reason: Updating ZAP to v2022.12.17-nightly
0 commit comments