Skip to content

Commit de8646e

Browse files
authored
Merge pull request #3189 from bitbehz/fix/typo-build-win32-dockerfile
Fixing typo in Dockerfile
2 parents 3dda900 + 4fce2e3 commit de8646e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/win32/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ WORKDIR C:\
5656
RUN cmd.exe /C md %SRC_DIR%
5757

5858
# libModSecurity
59-
WORKDIR ${SCR_DIR}
59+
WORKDIR ${SRC_DIR}
6060

6161
ARG MOD_SECURITY_TAG=v3/master
6262
RUN git clone -c advice.detachedHead=false --depth 1 --branch %MOD_SECURITY_TAG% https://github.com/owasp-modsecurity/ModSecurity.git

0 commit comments

Comments
 (0)