diff --git a/python_client_example/Dockerfile.nginx b/python_client_example/Dockerfile.nginx index e392863..5665e35 100644 --- a/python_client_example/Dockerfile.nginx +++ b/python_client_example/Dockerfile.nginx @@ -1,6 +1,6 @@ # Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. -FROM nginx:1.7.6 +FROM nginx:latest ADD nginx.conf /etc/nginx/nginx.conf ADD fake_htpasswd /etc/nginx/htpasswd