Skip to content

Commit d4cbeb7

Browse files
authored
chore: update nginx plus version (#1607)
1 parent 3274536 commit d4cbeb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apk add --no-cache libcap \
2828
############################################# Base image for Debian with NGINX Plus #############################################
2929
FROM debian:buster-slim AS debian-plus
3030
ARG IC_VERSION
31-
ENV NGINX_PLUS_VERSION 23-1~buster
31+
ENV NGINX_PLUS_VERSION 23-2~buster
3232
ENV NGINX_NJS_VERSION 23+0.5.0-1~buster
3333

3434
LABEL version=debian-nginx-plus-$NGINX_PLUS_VERSION-$IC_VERSION
@@ -157,7 +157,7 @@ RUN echo "[nginx]" >> /etc/yum.repos.d/nginx.repo \
157157
FROM openshift-base AS openshift-plus
158158
ARG IC_VERSION
159159

160-
ENV NGINX_PLUS_VERSION 23-1.el8.ngx
160+
ENV NGINX_PLUS_VERSION 23-2.el8.ngx
161161

162162
LABEL image-version=ubi-nginx-$NGINX_PLUS_VERSION-$IC_VERSION
163163

build/DockerfileWithAppProtectForPlusForOpenShift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV APPPROTECT_ENGINE_VERSION 6.3.6-1.el7.ngx
1414
ENV APPPROTECT_COMPILER_VERSION 6.3.6-1.el7.ngx
1515
ENV APPPROTECT_SIG_VERSION 2021.02.26-1.el7.ngx
1616
ENV APPPROTECT_THREAT_CAMPAIGNS_VERSION 2021.03.02-1.el7.ngx
17-
ENV NGINX_PLUS_VERSION 23-1.el7.ngx
17+
ENV NGINX_PLUS_VERSION 23-2.el7.ngx
1818
ARG IC_VERSION
1919

2020
# Download certificate and key from the customer portal (https://cs.nginx.com)

0 commit comments

Comments
 (0)