diff --git a/Dockerfile b/Dockerfile index b20c512..05c914f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN git submodule update --init --recursive RUN hugo # Stage 2 -FROM nginx:1.25-alpine +FROM binbashing/owasp-crs-ngxblocker:nginx-alpine # Set workdir to the NGINX default dir. WORKDIR /usr/share/nginx/html