Skip to content

Commit dd0727d

Browse files
authored
update WAFv5 version (#7958)
1 parent 474ce41 commit dd0727d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ RUN --mount=type=bind,from=alpine-fips-3.19,target=/tmp/fips/ \
255255
&& cp -av /tmp/fips/etc/ssl/openssl.cnf /etc/ssl/openssl.cnf \
256256
&& mkdir -p /etc/nginx/reporting/ \
257257
&& cp -av /tmp/nginx/reporting/tracking.info /etc/nginx/reporting/tracking.info \
258-
&& apk add --no-cache app-protect-module-plus~=34.5.342 \
258+
&& apk add --no-cache app-protect-module-plus~=34.5.442 \
259259
&& sed -i -e '/nginx.com/d' /etc/apk/repositories \
260260
&& nap-waf.sh \
261261
agent.sh
@@ -357,7 +357,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
357357
--mount=type=bind,from=nginx-files,src=nap-waf.sh,target=/usr/local/bin/nap-waf.sh \
358358
--mount=type=bind,from=nginx-files,src=debian-agent-12.sources,target=/etc/apt/sources.list.d/nginx-agent.sources \
359359
apt-get update \
360-
&& apt-get install --no-install-recommends --no-install-suggests -y nginx-agent=2.* app-protect-module-plus=34+5.342* nginx-plus-module-appprotect=34+5.342* app-protect-plugin=6.12.0* \
360+
&& apt-get install --no-install-recommends --no-install-suggests -y nginx-agent=2.* app-protect-module-plus=34+5.442* nginx-plus-module-appprotect=34+5.442* app-protect-plugin=6.16.0* \
361361
&& nap-waf.sh \
362362
&& agent.sh
363363

@@ -459,7 +459,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
459459
&& rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
460460
&& rpm -Uvh /ubi-bin/c-ares-*.rpm \
461461
&& microdnf --nodocs install -y ca-certificates shadow-utils subscription-manager \
462-
&& microdnf --nodocs install -y nginx-plus-module-otel nginx-agent-2.* app-protect-module-plus-34+5.342* \
462+
&& microdnf --nodocs install -y nginx-plus-module-otel nginx-agent-2.* app-protect-module-plus-34+5.442* \
463463
&& nap-waf.sh \
464464
&& ubi-clean.sh \
465465
&& agent.sh
@@ -529,7 +529,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
529529
&& rpm --import /tmp/nginx_signing.key \
530530
&& rpm -Uvh /ubi-bin/c-ares-*.rpm \
531531
&& dnf --nodocs install -y nginx-plus nginx-plus-module-njs nginx-plus-module-otel nginx-plus-module-fips-check nginx-agent-2.* \
532-
&& dnf --nodocs install -y app-protect-module-plus-34+5.342* \
532+
&& dnf --nodocs install -y app-protect-module-plus-34+5.442* \
533533
&& nap-waf.sh \
534534
&& agent.sh \
535535
&& dnf clean all

0 commit comments

Comments
 (0)