Skip to content

Commit 464149a

Browse files
authored
Merge branch 'main' into add_log_directory
2 parents e34530c + be9e18d commit 464149a

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Examples:
4747

4848
## OS Variants
4949

50-
* nginx – *latest stable ModSecurity v3 on Nginx 1.28.1 official stable base image, and latest stable OWASP CRS 4.23.0*
50+
* nginx – *latest stable ModSecurity v3 on Nginx 1.28.2 official stable base image, and latest stable OWASP CRS 4.23.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)
5353
* Apache httpd – *last stable ModSecurity v2 on Apache 2.4.66 official stable base image, and latest stable OWASP CRS 4.23.0*

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ variable "crs-versions" {
3535

3636
variable "nginx-version" {
3737
# renovate: depName=nginxinc/nginx-unprivileged datasource=docker
38-
default = "1.28.1"
38+
default = "1.28.2"
3939
}
4040

4141
variable "httpd-version" {

nginx/Dockerfile-alpine

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ RUN set -eux; \
5151
ARCH=$(gcc -print-multiarch); \
5252
sed -ie "s/i386-linux-gnu/${ARCH}/g" build/ssdeep.m4; \
5353
sed -ie "s/i386-linux-gnu/${ARCH}/g" build/pcre2.m4; \
54+
curl -sSL https://patch-diff.githubusercontent.com/raw/owasp-modsecurity/ModSecurity/pull/3473.patch | patch -p1; \
5455
./build.sh; \
5556
./configure ${MODSEC3_FLAGS}; \
5657
make -j$(nproc) install; \

0 commit comments

Comments
 (0)