diff --git a/site/content/installation/integrations/app-protect-waf-v5/installation.md b/site/content/installation/integrations/app-protect-waf-v5/installation.md index bc8e6404c5..6de9443c99 100644 --- a/site/content/installation/integrations/app-protect-waf-v5/installation.md +++ b/site/content/installation/integrations/app-protect-waf-v5/installation.md @@ -373,7 +373,7 @@ If you prefer not to build your own NGINX Ingress Controller image, you can use {{< bootstrap-table "table table-bordered table-striped table-responsive" >}} | NIC Version | App Protect WAFv5 Version | Config Manager | Enforcer | | --- | --- | --- | --- | -| 3.7.0 | 32_5.144 | 5.3.0 | 5.3.0 | +| 3.7.2 | 32_5.144 | 5.3.0 | 5.3.0 | | 3.6.2 | 32_5.48 | 5.2.0 | 5.2.0 | {{% /bootstrap-table %}} diff --git a/site/go.mod b/site/go.mod index 2164b714cd..a88d5f6260 100644 --- a/site/go.mod +++ b/site/go.mod @@ -1,5 +1,5 @@ module github.com/nginxinc/kubernetes-ingress/docs -go 1.23 +go 1.23.0 require github.com/nginxinc/nginx-hugo-theme v0.41.20 // indirect