From 9954c97b9fa41487fd2a22b9850cef4b52af1073 Mon Sep 17 00:00:00 2001 From: yehuozhili Date: Thu, 24 Sep 2020 23:19:55 +0800 Subject: [PATCH] update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b78808..ad3412d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ -FROM nginx:1.15-alpine +FROM nginx:latest COPY ./nginx.conf /etc/nginx/nginx.conf