diff --git a/build/DockerfileForPlus b/build/DockerfileForPlus index bf2617a0d8b..4eb791c7778 100644 --- a/build/DockerfileForPlus +++ b/build/DockerfileForPlus @@ -4,7 +4,7 @@ FROM debian:buster-slim AS base LABEL maintainer="NGINX Docker Maintainers " -ENV NGINX_PLUS_VERSION 21-1~buster +ENV NGINX_PLUS_VERSION 22-1~buster ARG IC_VERSION # Download certificate and key from the customer portal (https://cs.nginx.com) diff --git a/build/DockerfileWithOpentracingForPlus b/build/DockerfileWithOpentracingForPlus index 5b280927dd8..a0394655ee2 100644 --- a/build/DockerfileWithOpentracingForPlus +++ b/build/DockerfileWithOpentracingForPlus @@ -12,8 +12,8 @@ RUN set -x \ FROM debian:buster-slim AS base LABEL maintainer="NGINX Docker Maintainers " -ENV NGINX_PLUS_VERSION 21-1~buster -ENV NGINX_OPENTRACING_MODULE_VERSION 21+0.9.0-1~buster +ENV NGINX_PLUS_VERSION 22-1~buster +ENV NGINX_OPENTRACING_MODULE_VERSION 22+0.9.0-1~buster ARG IC_VERSION diff --git a/build/openshift/DockerfileForPlus b/build/openshift/DockerfileForPlus index 87003b9fcb6..af02d523a4b 100644 --- a/build/openshift/DockerfileForPlus +++ b/build/openshift/DockerfileForPlus @@ -9,7 +9,7 @@ LABEL name="NGINX Ingress Controller" \ maintainer="NGINX Docker Maintainers " \ vendor="NGINX Inc " -ENV NGINX_PLUS_VERSION 21-1.el8.ngx +ENV NGINX_PLUS_VERSION 22-1.el8.ngx ARG IC_VERSION # Download certificate and key from the customer portal (https://cs.nginx.com)