mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
fixed typo
This commit is contained in:
parent
5fe777aeb8
commit
f4d35383e9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user