Skip to content

Commit ddeaa8e

Browse files
committed
Update to latest NAP
1 parent 77a793f commit ddeaa8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfile.nginxplus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FROM alpine:${ALPINE_VERSION}
1313
ARG NGINX_PLUS_VERSION=R34
1414
# renovate: datasource=github-tags depName=nginx/agent
1515
ARG NGINX_AGENT_VERSION=v3.0.2
16-
ARG APP_PROTECT_VERSION=34.5.342
16+
ARG APP_PROTECT_VERSION=34.5.442
1717
ARG INCLUDE_NAP_WAF=false
1818
ARG NJS_DIR
1919
ARG NGINX_CONF_DIR

internal/controller/provisioner/objects.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)