Update docker image to provide automatic bot blocking
All checks were successful
Build and Publish Docker Image / build (push) Successful in 36s

This commit is contained in:
2026-05-18 01:55:55 -06:00
parent c5b09c287f
commit 80ded6fde7

View File

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