We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fec8db commit 4548013Copy full SHA for 4548013
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=v2022.12.20-nightly
+ENV ZAP_VERSION=v2023.01.05-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.27 Version bump reason: [Telink] Update Telink Docker image (Zephyr update)
+0.6.28 Version bump reason: Updating ZAP to v2023.01.05-nightly
0 commit comments