Skip to content

Commit 699bd94

Browse files
devatsecureclaude
andcommitted
fix: Update ZAP to v2.16.0 (v2.15.0 release removed from GitHub)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4645231 commit 699bd94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.complete

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
6969
openjdk-17-jre-headless \
7070
&& rm -rf /var/lib/apt/lists/*
7171

72-
RUN ZAP_VERSION="2.15.0" && \
73-
ZAP_SHA256="6410e196baab458a9204e29aafb5745fca003a2a6c0386f2c6e5c04b67621fa7" && \
72+
RUN ZAP_VERSION="2.16.0" && \
73+
ZAP_SHA256="a0779509e702ec53d41074eaa0ce41f2a964a822aa5be0380255a482e2e7fe8d" && \
7474
wget -q "https://github.com/zaproxy/zaproxy/releases/download/v${ZAP_VERSION}/ZAP_${ZAP_VERSION}_Linux.tar.gz" -O /tmp/zap.tar.gz && \
7575
echo "${ZAP_SHA256} /tmp/zap.tar.gz" | sha256sum --check && \
7676
mkdir -p /opt/zap && \

0 commit comments

Comments
 (0)