Merge pull request #3189 from bitbehz/fix/typo-build-win32-dockerfile

Fixing typo in Dockerfile
This commit is contained in:
Ervin Hegedus 2024-07-25 18:08:08 +02:00 committed by GitHub
commit de8646e383
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ WORKDIR C:\
RUN cmd.exe /C md %SRC_DIR%
# libModSecurity
WORKDIR ${SCR_DIR}
WORKDIR ${SRC_DIR}
ARG MOD_SECURITY_TAG=v3/master
RUN git clone -c advice.detachedHead=false --depth 1 --branch %MOD_SECURITY_TAG% https://github.com/owasp-modsecurity/ModSecurity.git