From 1164060abed27f1f7471bf7e732120492bc9cfe0 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Fri, 16 Dec 2022 22:16:23 -0500 Subject: [PATCH] Update ZAP to tip. (#24119) Pulls in workaround for clang-format bug. --- integrations/docker/images/chip-build/Dockerfile | 2 +- integrations/docker/images/chip-build/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/docker/images/chip-build/Dockerfile b/integrations/docker/images/chip-build/Dockerfile index b4a28eb5d842a6..05000e67314d97 100644 --- a/integrations/docker/images/chip-build/Dockerfile +++ b/integrations/docker/images/chip-build/Dockerfile @@ -163,7 +163,7 @@ RUN set -x \ # Install a known ZAP release # Only keep the cli version, since `zap` is 143MB and not usable (UI) -ENV ZAP_VERSION=v2022.12.15-nightly +ENV ZAP_VERSION=v2022.12.16-nightly RUN set -x \ && mkdir -p /opt/zap-${ZAP_VERSION} \ && cd /opt/zap-${ZAP_VERSION} \ diff --git a/integrations/docker/images/chip-build/version b/integrations/docker/images/chip-build/version index 9454736afbab7b..a34f0915cfe5a4 100644 --- a/integrations/docker/images/chip-build/version +++ b/integrations/docker/images/chip-build/version @@ -1 +1 @@ -0.6.21 Version bump reason: Updating ZAP to v2022.12.15-nightly +0.6.22 Version bump reason: Updating ZAP to v2022.12.16-nightly