We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279c726 commit b05f3feCopy full SHA for b05f3fe
build/DockerfileForPlus
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
2
3
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
4
5
-ENV NGINX_PLUS_VERSION 18-2~stretch
+ENV NGINX_PLUS_VERSION 19-1~stretch
6
ARG IC_VERSION
7
8
# Download certificate and key from the customer portal (https://cs.nginx.com)
@@ -61,4 +61,4 @@ RUN rm /etc/nginx/conf.d/* \
61
# and use it as a certificate and key for the default server
62
# ADD default.pem /etc/nginx/secrets/default
63
64
-ENTRYPOINT ["/nginx-ingress"]
+ENTRYPOINT ["/nginx-ingress"]
0 commit comments