From 65d5548b243a2e4c81a2135917597f855f945b31 Mon Sep 17 00:00:00 2001 From: Ernst Noorlander Date: Sat, 13 Apr 2024 14:13:26 +0200 Subject: [PATCH] Fix deprecation (to test Github Action) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ea04de..c2454e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Customized Owasp ZAP Dockerfile with support for authentication -FROM owasp/zap2docker-stable +FROM softwaresecurityproject/zap-stable LABEL maintainer="Ernst Noorlander " USER root