Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AP: bump AppProtect Version to 3.1 #1496

Merged
merged 1 commit into from
Apr 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ ARG IC_VERSION

LABEL version=debian-nginx-plus-ap-$NGINX_PLUS_VERSION-$IC_VERSION

ENV APPPROTECT_MODULE_VERSION 23+3.332.0-1~buster
ENV APPPROTECT_PLUGIN_VERSION 3.332.0-1~buster
ENV APPPROTECT_ENGINE_VERSION 6.3.6-1~buster
ENV APPPROTECT_COMPILER_VERSION 6.3.6-1~buster
ENV APPPROTECT_MODULE_VERSION 23+3.462.0-1~buster
ENV APPPROTECT_PLUGIN_VERSION 3.462.0-1~buster
ENV APPPROTECT_ENGINE_VERSION 6.53.1-1~buster
ENV APPPROTECT_COMPILER_VERSION 6.53.1-1~buster
ENV APPPROTECT_SIG_VERSION 2021.02.26-1~buster
ENV APPPROTECT_THREAT_CAMPAIGNS_VERSION 2021.03.02-1~buster

Expand Down
8 changes: 4 additions & 4 deletions build/DockerfileWithAppProtectForPlusForOpenShift
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ LABEL name="NGINX Ingress Controller" \
maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" \
vendor="NGINX Inc <kubernetes@nginx.com>"

ENV APPPROTECT_MODULE_VERSION 23+3.332.0-1.el7.ngx
ENV APPPROTECT_PLUGIN_VERSION 3.332.0-1.el7.ngx
ENV APPPROTECT_ENGINE_VERSION 6.3.6-1.el7.ngx
ENV APPPROTECT_COMPILER_VERSION 6.3.6-1.el7.ngx
ENV APPPROTECT_MODULE_VERSION 23+3.462.0-1.el7.ngx
ENV APPPROTECT_PLUGIN_VERSION 3.462.0-1.el7.ngx
ENV APPPROTECT_ENGINE_VERSION 6.53.1-1.el7.ngx
ENV APPPROTECT_COMPILER_VERSION 6.53.1-1.el7.ngx
ENV APPPROTECT_SIG_VERSION 2021.02.26-1.el7.ngx
ENV APPPROTECT_THREAT_CAMPAIGNS_VERSION 2021.03.02-1.el7.ngx
ENV NGINX_PLUS_VERSION 23-1.el7.ngx
Expand Down