@@ -255,7 +255,7 @@ RUN --mount=type=bind,from=alpine-fips-3.19,target=/tmp/fips/ \
255
255
&& cp -av /tmp/fips/etc/ssl/openssl.cnf /etc/ssl/openssl.cnf \
256
256
&& mkdir -p /etc/nginx/reporting/ \
257
257
&& 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 \
259
259
&& sed -i -e '/nginx.com/d' /etc/apk/repositories \
260
260
&& nap-waf.sh \
261
261
agent.sh
@@ -357,7 +357,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
357
357
--mount=type=bind,from=nginx-files,src=nap-waf.sh,target=/usr/local/bin/nap-waf.sh \
358
358
--mount=type=bind,from=nginx-files,src=debian-agent-12.sources,target=/etc/apt/sources.list.d/nginx-agent.sources \
359
359
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* \
361
361
&& nap-waf.sh \
362
362
&& agent.sh
363
363
@@ -459,7 +459,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
459
459
&& rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
460
460
&& rpm -Uvh /ubi-bin/c-ares-*.rpm \
461
461
&& 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 * \
463
463
&& nap-waf.sh \
464
464
&& ubi-clean.sh \
465
465
&& agent.sh
@@ -529,7 +529,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
529
529
&& rpm --import /tmp/nginx_signing.key \
530
530
&& rpm -Uvh /ubi-bin/c-ares-*.rpm \
531
531
&& 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 * \
533
533
&& nap-waf.sh \
534
534
&& agent.sh \
535
535
&& dnf clean all
0 commit comments