Update zap to 2022.11.23 (#23779)

* Update zap to the latest release

* Update to 11.23 instead of 28
diff --git a/integrations/docker/images/chip-build/Dockerfile b/integrations/docker/images/chip-build/Dockerfile
index 606c077..41e3687 100644
--- a/integrations/docker/images/chip-build/Dockerfile
+++ b/integrations/docker/images/chip-build/Dockerfile
@@ -138,7 +138,7 @@
 
 # Install a known ZAP release
 # Only keep the cli version, since `zap` is 143MB and not usable (UI)
-ENV ZAP_VERSION=v2022.11.16
+ENV ZAP_VERSION=v2022.11.23
 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 9d2a1e8..c20ee11 100644
--- a/integrations/docker/images/chip-build/version
+++ b/integrations/docker/images/chip-build/version
@@ -1 +1 @@
-0.6.12 Version bump reason: Update Bouffalo Lab build environment.
+0.6.13 Version bump reason: Update zap to latest release