Skip to content

Commit 0abd08f

Browse files
committed
Fix NGINX_VERSION build arg scope
1 parent c0c50c3 commit 0abd08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modsecurity/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
ARG NGINX_VERSION=1.16.1
21
ARG BUILD_FROM
32

43
FROM ${BUILD_FROM}
54

5+
ARG NGINX_VERSION=1.16.1
66
ARG MODSEC_BRANCH=v3.0.4
77
ARG OWASP_BRANCH=v3.3/master
88

0 commit comments

Comments
 (0)