From 80ded6fde732ec4a693398efb2db76d3fbf6d22d Mon Sep 17 00:00:00 2001 From: taco Date: Mon, 18 May 2026 01:55:55 -0600 Subject: [PATCH] Update docker image to provide automatic bot blocking --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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