diff --git a/Dockerfile b/Dockerfile index ec9d0f8..ab2d79d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM nginx:alpine AS base # copy from dist to nginx root dir COPY ./conf/nginx.conf /etc/nginx/nginx.conf -FROM node:20-alpine AS builder +FROM node:22-alpine AS builder # set working directory WORKDIR /app