Skip to content

Commit

Permalink
Merge pull request #270 from coreruleset/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update httpd docker tag to v2.4.62 in readme.md
  • Loading branch information
fzipi committed Jul 22, 2024
2 parents 7e13621 + e3b02ce commit ea80719
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 @@ -49,7 +49,7 @@ Examples:
* [nginx-alpine](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/nginx/Dockerfile-alpine)
* Openresty - *last stable ModSecurity v3 on OpenResty 1.25.3.1 official stable base image, and latest stable OWASP CRS 4.4.0*
* [openresty-alpine-fat](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/openresty/Dockerfile-alpine)
* Apache httpd – *last stable ModSecurity v2 on Apache 2.4.61 official stable base image, and latest stable OWASP CRS 4.4.0*
* Apache httpd – *last stable ModSecurity v2 on Apache 2.4.62 official stable base image, and latest stable OWASP CRS 4.4.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)

Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variable "nginx-version" {

variable "httpd-version" {
# renovate: depName=httpd datasource=docker
default = "2.4.61"
default = "2.4.62"
}

variable "openresty-version" {
Expand Down

0 comments on commit ea80719

Please sign in to comment.