File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ Examples:
6464
6565## OS Variants
6666
67- * nginx – * latest stable ModSecurity v3 on Nginx 1.30.0 official stable base image, and latest stable OWASP CRS 4.25 .0*
67+ * nginx – * latest stable ModSecurity v3 on Nginx 1.30.0 official stable base image, and latest stable OWASP CRS 4.26 .0*
6868 * [ nginx] ( https://github.com/coreruleset/modsecurity-crs-docker/blob/master/nginx/Dockerfile )
6969 * [ nginx-alpine] ( https://github.com/coreruleset/modsecurity-crs-docker/blob/master/nginx/Dockerfile-alpine )
70- * Apache httpd – * last stable ModSecurity v2 on Apache 2.4.66 official stable base image, and latest stable OWASP CRS 4.25 .0*
70+ * Apache httpd – * last stable ModSecurity v2 on Apache 2.4.67 official stable base image, and latest stable OWASP CRS 4.26 .0*
7171 * [ apache] ( https://github.com/coreruleset/modsecurity-crs-docker/blob/master/apache/Dockerfile )
7272 * [ apache-alpine] ( https://github.com/coreruleset/modsecurity-crs-docker/blob/master/apache/Dockerfile-alpine )
7373
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ variable "previous-lts-crs-version" {
2323
2424variable "major-crs-version" {
2525 # renovate: depName=coreruleset/coreruleset datasource=github-releases
26- default = " 4.25 .0"
26+ default = " 4.26 .0"
2727}
2828
2929variable "v4-lts-crs-version" {
@@ -45,7 +45,7 @@ variable "nginx-version" {
4545
4646variable "httpd-version" {
4747 # renovate: depName=httpd datasource=docker
48- default = " 2.4.66 "
48+ default = " 2.4.67 "
4949}
5050
5151variable "modsecurity-nginx-version" {
You can’t perform that action at this time.
0 commit comments