Skip to content

Commit e552bcc

Browse files
chore(deps): update dependency coreruleset/coreruleset to v4.19.0 in readme.md (#386)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0da0f6a commit e552bcc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ Examples:
4747

4848
## OS Variants
4949

50-
* nginx – *latest stable ModSecurity v3 on Nginx 1.28.0 official stable base image, and latest stable OWASP CRS 4.18.0*
50+
* nginx – *latest stable ModSecurity v3 on Nginx 1.28.0 official stable base image, and latest stable OWASP CRS 4.19.0*
5151
* [nginx](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/nginx/Dockerfile)
5252
* [nginx-alpine](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/nginx/Dockerfile-alpine)
53-
* Apache httpd – *last stable ModSecurity v2 on Apache 2.4.65 official stable base image, and latest stable OWASP CRS 4.18.0*
53+
* Apache httpd – *last stable ModSecurity v2 on Apache 2.4.65 official stable base image, and latest stable OWASP CRS 4.19.0*
5454
* [apache](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/apache/Dockerfile)
5555
* [apache-alpine](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/apache/Dockerfile-alpine)
5656

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ variable "previous-major-crs-version" {
2323

2424
variable "major-crs-version" {
2525
# renovate: depName=coreruleset/coreruleset datasource=github-releases
26-
default = "4.18.0"
26+
default = "4.19.0"
2727
}
2828

2929
variable "crs-versions" {

0 commit comments

Comments
 (0)