Skip to content

Commit

Permalink
use latest nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
heiderich authored and kevin-bates committed Feb 29, 2020
1 parent 3e5e624 commit 5806594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_client_example/Dockerfile.nginx
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5806594

Please sign in to comment.