diff --git a/Dockerfile b/Dockerfile index 9cf5b56..fa3e0f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.23.1 +FROM nginx:latest COPY public /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf.template