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}
13
13
ARG NGINX_PLUS_VERSION=R34
14
14
# renovate: datasource=github-tags depName=nginx/agent
15
15
ARG NGINX_AGENT_VERSION=v3.0.2
16
- ARG APP_PROTECT_VERSION=34.5.342
16
+ ARG APP_PROTECT_VERSION=34.5.442
17
17
ARG INCLUDE_NAP_WAF=false
18
18
ARG NJS_DIR
19
19
ARG NGINX_CONF_DIR
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const (
41
41
defaultWAFEnforcerImagePath = "private-registry.nginx.com/nap/waf-enforcer"
42
42
defaultWAFConfigMgrImagePath = "private-registry.nginx.com/nap/waf-config-mgr"
43
43
// FIXME(ciarams87): Figure out best way to handle WAF image tags.
44
- defaultWAFImageTag = "5.6 .0"
44
+ defaultWAFImageTag = "5.7 .0"
45
45
46
46
// WAF shared volume names.
47
47
appProtectBundlesVolumeName = "app-protect-bundles"
You can’t perform that action at this time.
0 commit comments