Skip to content

Commit

Permalink
fix: update nginx version to 1.26.3 in README and docker-bake.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamo326 committed Feb 21, 2025
1 parent 5324919 commit 6ab7310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Examples:

## OS Variants

* nginx – *latest stable ModSecurity v3 on Nginx 1.26.2 official stable base image, and latest stable OWASP CRS 4.11.0*
* nginx – *latest stable ModSecurity v3 on Nginx 1.26.3 official stable base image, and latest stable OWASP CRS 4.11.0*
* [nginx](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/nginx/Dockerfile)
* [nginx-alpine](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/nginx/Dockerfile-alpine)
* Apache httpd – *last stable ModSecurity v2 on Apache 2.4.63 official stable base image, and latest stable OWASP CRS 4.11.0*
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variable "crs-version" {

variable "nginx-version" {
# renovate: depName=nginxinc/nginx-unprivileged datasource=docker
default = "1.26.2"
default = "1.26.3"
}

variable "httpd-version" {
Expand Down

0 comments on commit 6ab7310

Please sign in to comment.