diff --git a/Dockerfile b/Dockerfile index 9850f01..39528a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN yarn install COPY ["src/", "./src"] RUN npm run Prod -FROM nginx:1.21.6-alpine as Web +FROM nginx:1.23.0-alpine as Web LABEL maintainer="Phoenix (https://github.com/HotaruBlaze)" COPY docker/nginx.conf /etc/nginx/nginx.conf COPY docker/web.conf /etc/nginx/conf.d/web.conf