Skip to content

Commit b05f3fe

Browse files
Dean-Coakleypleshakov
authored andcommitted
Update NGINX Plus version to R19
1 parent 279c726 commit b05f3fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/DockerfileForPlus

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
22

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV NGINX_PLUS_VERSION 18-2~stretch
5+
ENV NGINX_PLUS_VERSION 19-1~stretch
66
ARG IC_VERSION
77

88
# Download certificate and key from the customer portal (https://cs.nginx.com)
@@ -61,4 +61,4 @@ RUN rm /etc/nginx/conf.d/* \
6161
# and use it as a certificate and key for the default server
6262
# ADD default.pem /etc/nginx/secrets/default
6363

64-
ENTRYPOINT ["/nginx-ingress"]
64+
ENTRYPOINT ["/nginx-ingress"]

0 commit comments

Comments
 (0)