From a5ca477dedd5b6548597e386f4335dafe7d81516 Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Thu, 6 Jun 2024 11:28:30 -0400 Subject: [PATCH] Use ZAP's new Docker image path --- deploy/ZAP.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/ZAP.Dockerfile b/deploy/ZAP.Dockerfile index 0898d5ba..bc5756b9 100644 --- a/deploy/ZAP.Dockerfile +++ b/deploy/ZAP.Dockerfile @@ -1,5 +1,5 @@ # Use the OWASP ZAP Docker image as the base -FROM owasp/zap2docker-stable:latest +FROM zaproxy/zap-stable:latest # Set the working directory in the container WORKDIR /zap