From 3751d16d25f6ae7d561d10fd4adc61ab98a562cd Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Wed, 24 Jun 2026 10:34:20 -0400 Subject: [PATCH] Update httpd to 2.4.68 --- README.md | 2 +- docker-bake.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1685ea7..2fc7f64 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Examples: * nginx – *latest stable ModSecurity v3 on Nginx 1.30.1 official stable base image, and latest stable OWASP CRS 4.27.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.67 official stable base image, and latest stable OWASP CRS 4.27.0* +* Apache httpd – *last stable ModSecurity v2 on Apache 2.4.68 official stable base image, and latest stable OWASP CRS 4.27.0* * [apache](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/apache/Dockerfile) * [apache-alpine](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/apache/Dockerfile-alpine) diff --git a/docker-bake.hcl b/docker-bake.hcl index 828c816..c6b140f 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -45,7 +45,7 @@ variable "nginx-version" { variable "httpd-version" { # renovate: depName=httpd datasource=docker - default = "2.4.67" + default = "2.4.68" } variable "modsecurity-nginx-version" {