Skip to content

Commit 83eae84

Browse files
authored
Merge pull request #357 from khiemdoan/nginx
Update ModSecurity-nginx 1.0.4
2 parents 25eaf2b + 3962153 commit 83eae84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-bake.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ variable "httpd-version" {
3333
}
3434

3535
variable "modsecurity-nginx-version" {
36-
default = "1.0.3"
36+
default = "1.0.4"
3737
}
3838

3939
variable "lua-version" {
@@ -67,7 +67,7 @@ variable "REPOS" {
6767
variable "nginx-dynamic-modules" {
6868
# List of dynamic modules to include in the nginx build
6969
default = [
70-
{owner: "owasp-modsecurity", name: "ModSecurity-nginx", version: "v1.0.3"},
70+
{owner: "owasp-modsecurity", name: "ModSecurity-nginx", version: "v${modsecurity-nginx-version}"},
7171
{owner: "openresty", name: "headers-more-nginx-module", version: "master"}
7272
]
7373
}

0 commit comments

Comments
 (0)