File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
internal/controller/provisioner Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ FROM alpine:${ALPINE_VERSION}
1313ARG NGINX_PLUS_VERSION=R34
1414# renovate: datasource=github-tags depName=nginx/agent
1515ARG NGINX_AGENT_VERSION=v3.0.2
16- ARG APP_PROTECT_VERSION=34.5.342
16+ ARG APP_PROTECT_VERSION=34.5.442
1717ARG INCLUDE_NAP_WAF=false
1818ARG NJS_DIR
1919ARG NGINX_CONF_DIR
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const (
4141 defaultWAFEnforcerImagePath = "private-registry.nginx.com/nap/waf-enforcer"
4242 defaultWAFConfigMgrImagePath = "private-registry.nginx.com/nap/waf-config-mgr"
4343 // FIXME(ciarams87): Figure out best way to handle WAF image tags.
44- defaultWAFImageTag = "5.6 .0"
44+ defaultWAFImageTag = "5.7 .0"
4545
4646 // WAF shared volume names.
4747 appProtectBundlesVolumeName = "app-protect-bundles"
You can’t perform that action at this time.
0 commit comments