mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-16 07:56:12 +03:00
Merge pull request #3189 from bitbehz/fix/typo-build-win32-dockerfile
Fixing typo in Dockerfile
This commit is contained in:
commit
de8646e383
@ -56,7 +56,7 @@ WORKDIR C:\
|
|||||||
RUN cmd.exe /C md %SRC_DIR%
|
RUN cmd.exe /C md %SRC_DIR%
|
||||||
|
|
||||||
# libModSecurity
|
# libModSecurity
|
||||||
WORKDIR ${SCR_DIR}
|
WORKDIR ${SRC_DIR}
|
||||||
|
|
||||||
ARG MOD_SECURITY_TAG=v3/master
|
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
|
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