update example nginx to 1.17 (#16046)

This commit is contained in:
inductor 2019-08-27 16:18:41 +09:00 committed by Kubernetes Prow Robot
parent 85288b57a1
commit bd5f789314
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM nginx:1.9.14
FROM nginx:1.17.3
RUN rm /etc/nginx/conf.d/default.conf
COPY frontend.conf /etc/nginx/conf.d