diff --git a/Dockerfile b/Dockerfile index 74237ebb..8f143313 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.25.0-alpine +FROM nginx:1.25.1-alpine COPY --from=ui-builder /app/dist /etc/nginx/html COPY --from=ui-builder /app/nginx.conf /etc/nginx/nginx.conf EXPOSE 80