diff --git a/Dockerfile b/Dockerfile index 8677c5a7..bcb386ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ WORKDIR /usr/src # RUN git clone -b v3/master --single-branch https://github.com/SpiderLabs/ModSecurity /usr/src/modsecurity && \ cd /usr/src/modsecurity && \ - git reset --hard daf550ef5fffbdbd566f9737a2c21c330d02653d && \ + git reset --hard d9101a4fe14544f54f776aa5ae51d445938b3a12 && \ git submodule init && \ git submodule update && \ ./build.sh && \