File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ Examples:
4444
4545## OS Variants
4646
47- * nginx – * latest stable ModSecurity v3 on Nginx 1.28.0 official stable base image, and latest stable OWASP CRS 4.17.0 *
47+ * nginx – * latest stable ModSecurity v3 on Nginx 1.28.0 official stable base image, and latest stable OWASP CRS 4.17.1 *
4848 * [ nginx] ( https://github.com/coreruleset/modsecurity-crs-docker/blob/master/nginx/Dockerfile )
4949 * [ nginx-alpine] ( https://github.com/coreruleset/modsecurity-crs-docker/blob/master/nginx/Dockerfile-alpine )
50- * Apache httpd – * last stable ModSecurity v2 on Apache 2.4.65 official stable base image, and latest stable OWASP CRS 4.17.0 *
50+ * Apache httpd – * last stable ModSecurity v2 on Apache 2.4.65 official stable base image, and latest stable OWASP CRS 4.17.1 *
5151 * [ apache] ( https://github.com/coreruleset/modsecurity-crs-docker/blob/master/apache/Dockerfile )
5252 * [ apache-alpine] ( https://github.com/coreruleset/modsecurity-crs-docker/blob/master/apache/Dockerfile-alpine )
5353
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ variable "modsec3-flags" {
1010
1111variable "modsec2-version" {
1212 # renovate: depName=ModSecurity2 packageName=owasp-modsecurity/ModSecurity datasource=github-releases
13- default = " 2.9.11 "
13+ default = " 2.9.12 "
1414}
1515
1616variable "modsec2-flags" {
@@ -19,7 +19,7 @@ variable "modsec2-flags" {
1919
2020variable "crs-version" {
2121 # renovate: depName=coreruleset/coreruleset datasource=github-releases
22- default = " 4.17.0 "
22+ default = " 4.17.1 "
2323}
2424
2525variable "nginx-version" {
You can’t perform that action at this time.
0 commit comments