|
1 | 1 | # syntax=docker/dockerfile:1.6
|
2 | 2 | ARG BUILD_OS=debian
|
3 |
| -ARG NGINX_PLUS_VERSION=R33 |
| 3 | +ARG NGINX_PLUS_VERSION=R34 |
4 | 4 | ARG DOWNLOAD_TAG=edge
|
5 | 5 | ARG DEBIAN_FRONTEND=noninteractive
|
6 | 6 | ARG PREBUILT_BASE_IMG=nginx/nginx-ingress:${DOWNLOAD_TAG}
|
@@ -206,7 +206,7 @@ RUN --mount=type=bind,from=alpine-fips-3.19,target=/tmp/fips/ \
|
206 | 206 | && mkdir -p /etc/nginx/reporting/ \
|
207 | 207 | && cp -av /tmp/nginx/reporting/tracking.info /etc/nginx/reporting/tracking.info \
|
208 | 208 | && ldconfig /usr/local/lib/ \
|
209 |
| - && apk add --no-cache app-protect-module-plus~=33.5.264 \ |
| 209 | + && apk add --no-cache app-protect-module-plus~=34.5.342 \ |
210 | 210 | && sed -i -e '/nginx.com/d' /etc/apk/repositories \
|
211 | 211 | && nap-waf.sh \
|
212 | 212 | && 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
|
312 | 312 | && apt-get update \
|
313 | 313 | && if [ "${NGINX_AGENT}" = "true" ]; then apt-get install --no-install-recommends --no-install-suggests -y nginx-agent; fi \
|
314 | 314 | && if [ -z "${NAP_MODULES##*waf*}" ]; then \
|
315 |
| - apt-get install --no-install-recommends --no-install-suggests -y app-protect-module-plus=33+5.264* nginx-plus-module-appprotect=33+5.264* app-protect-plugin=6.9.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*; \ |
316 | 316 | rm -f /etc/apt/sources.list.d/app-protect.sources; \
|
317 | 317 | nap-waf.sh; \
|
318 | 318 | fi \
|
@@ -448,7 +448,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
|
448 | 448 | && if [ "${NGINX_AGENT}" = "true" ]; then microdnf --nodocs install -y nginx-agent; fi \
|
449 | 449 | && if [ -z "${NAP_MODULES##*waf*}" ]; then \
|
450 | 450 | 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.264* \ |
| 451 | + && microdnf --nodocs install -y app-protect-module-plus-34+5.342* \ |
452 | 452 | && nap-waf.sh \
|
453 | 453 | && rm -f /etc/yum.repos.d/app-protect-9.repo; \
|
454 | 454 | fi \
|
@@ -539,7 +539,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
|
539 | 539 | && dnf config-manager --set-enabled codeready-builder-for-rhel-8-x86_64-rpms \
|
540 | 540 | && dnf --nodocs install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
|
541 | 541 | && if [ -z "${NAP_MODULES##*waf*}" ]; then \
|
542 |
| - dnf --nodocs install -y app-protect-module-plus-33+5.264*; \ |
| 542 | + dnf --nodocs install -y app-protect-module-plus-34+5.342*; \ |
543 | 543 | fi \
|
544 | 544 | && subscription-manager unregister \
|
545 | 545 | && if [ -z "${NAP_MODULES##*waf*}" ]; then \
|
|
0 commit comments