diff --git a/Dockerfile b/Dockerfile index 2064580..5531bb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:alpine +FROM node:20-alpine3.16 LABEL author=wuyuan COPY . / RUN npm install