Skip to content

Commit

Permalink
fix: 调整node版本
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJunZzz committed Apr 18, 2024
1 parent 5a9829a commit 6911ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vben28/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine as build-stage
FROM node:18-alpine as build-stage
WORKDIR /app
COPY . ./
ENV NODE_OPTIONS=--max-old-space-size=16384
Expand Down

0 comments on commit 6911ea0

Please sign in to comment.