diff --git a/Dockerfile b/Dockerfile index eb7eec8..c70725f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:latest +FROM nginx:1.25.3-alpine COPY ./build /usr/share/nginx/html COPY ./nginx.conf /etc/nginx/conf.d/default.conf \ No newline at end of file