Skip to content

Commit

Permalink
Update NGINX Plus version to R22
Browse files Browse the repository at this point in the history
  • Loading branch information
LorcanMcVeigh committed Jun 30, 2020
1 parent ad92aa9 commit 0e370c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/DockerfileForPlus
Expand Up @@ -4,7 +4,7 @@ FROM debian:buster-slim AS base

LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"

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)
Expand Down
4 changes: 2 additions & 2 deletions build/DockerfileWithOpentracingForPlus
Expand Up @@ -12,8 +12,8 @@ RUN set -x \
FROM debian:buster-slim AS base
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"

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

Expand Down
2 changes: 1 addition & 1 deletion build/openshift/DockerfileForPlus
Expand Up @@ -9,7 +9,7 @@ LABEL name="NGINX Ingress Controller" \
maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" \
vendor="NGINX Inc <kubernetes@nginx.com>"

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)
Expand Down

0 comments on commit 0e370c5

Please sign in to comment.