E587 update plus version for waf · nginx/kubernetes-ingress@71da6f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 71da6f6

Browse files
committed
update plus version for waf
1 parent fc6d1f4 commit 71da6f6

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
@@ -206,7 +206,7 @@ RUN --mount=type=bind,from=alpine-fips-3.19,target=/tmp/fips/ \
206206
&& mkdir -p /etc/nginx/reporting/ \
207207
&& cp -av /tmp/nginx/reporting/tracking.info /etc/nginx/reporting/tracking.info \
208208
&& ldconfig /usr/local/lib/ \
209-
&& apk add --no-cache app-protect-module-plus~=33.5.342 \
209+
&& apk add --no-cache app-protect-module-plus~=34.5.342 \
210210
&& sed -i -e '/nginx.com/d' /etc/apk/repositories \
211211
&& nap-waf.sh \
212212
&& if [ "${NGINX_AGENT}" = "true" ]; then \
@@ -312,7 +312,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
312312
&& apt-get update \
313313
&& if [ "${NGINX_AGENT}" = "true" ]; then apt-get install --no-install-recommends --no-install-suggests -y nginx-agent; fi \
314314
&& if [ -z "${NAP_MODULES##*waf*}" ]; then \
315-
apt-get install --no-install-recommends --no-install-suggests -y app-protect-module-plus=33+5.342* nginx-plus-module-appprotect=33+5.342* app-protect-plugin=6.12.0*; \
315+
apt-get install --no-install-recommends --no-install-suggests -y app-protect-module-plus=34+5.342* nginx-plus-module-appprotect=34+5.342* app-protect-plugin=6.12.0*; \
316316
rm -f /etc/apt/sources.list.d/app-protect.sources; \
317317
nap-waf.sh; \
318318
fi \
@@ -448,7 +448,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
448448
&& if [ "${NGINX_AGENT}" = "true" ]; then microdnf --nodocs install -y nginx-agent; fi \
449449
&& if [ -z "${NAP_MODULES##*waf*}" ]; then \
450450
cp /tmp/app-protect-9.repo /etc/yum.repos.d/app-protect-9.repo \
451-
&& microdnf --nodocs install -y app-protect-module-plus-33+5.342* \
451+
&& microdnf --nodocs install -y app-protect-module-plus-34+5.342* \
452452
&& nap-waf.sh \
453453
&& rm -f /etc/yum.repos.d/app-protect-9.repo; \
454454
fi \
@@ -539,7 +539,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
539539
&& dnf config-manager --set-enabled codeready-builder-for-rhel-8-x86_64-rpms \
540540
&& dnf --nodocs install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
541541
&& if [ -z "${NAP_MODULES##*waf*}" ]; then \
542-
dnf --nodocs install -y app-protect-module-plus-33+5.342*; \
542+
dnf --nodocs install -y app-protect-module-plus-34+5.342*; \
543543
fi \
544544
&& subscription-manager unregister \
545545
&& if [ -z "${NAP_MODULES##*waf*}" ]; then \

0 commit comments

Comments
 (0)
0