diff --git a/Dockerfile b/Dockerfile index 1d17750b..e8e19e69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ COPY . /app # webpack and node17 RUN NODE_OPTIONS=--openssl-legacy-provider yarn build -FROM nginx:1.21.6-alpine +FROM nginx:1.23.0-alpine COPY --from=ui-builder /app/dist /etc/nginx/html COPY --from=ui-builder /app/nginx.conf /etc/nginx/nginx.conf EXPOSE 80