Skip to content

Commit 3751d16

Browse files
committed
Update httpd to 2.4.68
1 parent cc1f147 commit 3751d16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Examples:
6767
* nginx – *latest stable ModSecurity v3 on Nginx 1.30.1 official stable base image, and latest stable OWASP CRS 4.27.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.67 official stable base image, and latest stable OWASP CRS 4.27.0*
70+
* Apache httpd – *last stable ModSecurity v2 on Apache 2.4.68 official stable base image, and latest stable OWASP CRS 4.27.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

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ variable "nginx-version" {
4545

4646
variable "httpd-version" {
4747
# renovate: depName=httpd datasource=docker
48-
default = "2.4.67"
48+
default = "2.4.68"
4949
}
5050

5151
variable "modsecurity-nginx-version" {

0 commit comments

Comments
 (0)