Skip to content

Commit 0e370c5

Browse files
Update NGINX Plus version to R22
1 parent ad92aa9 commit 0e370c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/DockerfileForPlus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM debian:buster-slim AS base
44

55
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
66

7-
ENV NGINX_PLUS_VERSION 21-1~buster
7+
ENV NGINX_PLUS_VERSION 22-1~buster
88
ARG IC_VERSION
99

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

build/DockerfileWithOpentracingForPlus

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ RUN set -x \
1212
FROM debian:buster-slim AS base
1313
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
1414

15-
ENV NGINX_PLUS_VERSION 21-1~buster
16-
ENV NGINX_OPENTRACING_MODULE_VERSION 21+0.9.0-1~buster
15+
ENV NGINX_PLUS_VERSION 22-1~buster
16+
ENV NGINX_OPENTRACING_MODULE_VERSION 22+0.9.0-1~buster
1717

1818
ARG IC_VERSION
1919

build/openshift/DockerfileForPlus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL name="NGINX Ingress Controller" \
99
maintainer="NGINX Docker Maintainers <[email protected]>" \
1010
vendor="NGINX Inc <[email protected]>"
1111

12-
ENV NGINX_PLUS_VERSION 21-1.el8.ngx
12+
ENV NGINX_PLUS_VERSION 22-1.el8.ngx
1313
ARG IC_VERSION
1414

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

0 commit comments

Comments
 (0)