diff --git a/Dockerfile b/Dockerfile index 9d72d76f..8677c5a7 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 c0681b6239dcd665484ebc677365c4acc8fa522b && \ + git reset --hard daf550ef5fffbdbd566f9737a2c21c330d02653d && \ git submodule init && \ git submodule update && \ ./build.sh && \