Skip to content

Commit db05b56

Browse files
chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.28.2 in readme.md (#406)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 648727a commit db05b56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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" {

0 commit comments

Comments
 (0)