We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0816bd8 commit 1566198Copy full SHA for 1566198
integrations/docker/images/chip-build/Dockerfile
@@ -178,7 +178,7 @@ RUN set -x \
178
179
# Install a known ZAP release
180
# Only keep the cli version, since `zap` is 143MB and not usable (UI)
181
-ENV ZAP_VERSION=v2023.01.05-nightly
+ENV ZAP_VERSION=v2023.01.06-nightly
182
RUN set -x \
183
&& mkdir -p /opt/zap-${ZAP_VERSION} \
184
&& cd /opt/zap-${ZAP_VERSION} \
integrations/docker/images/chip-build/version
@@ -1 +1 @@
1
-0.6.29 Version bump reason: [Ameba] Update Docker image (fix bugs)
+0.6.30 Version bump reason: Updating ZAP to v2023.01.06-nightly
0 commit comments