mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-02-02 18:28:40 +08:00
fix(docker): update node version of dockerfile (#3788)
node version 18 is required for pnpm.
This commit is contained in:
parent
641d0b38ba
commit
338d077ab3
@ -1,5 +1,5 @@
|
||||
# node 构建
|
||||
FROM node:16-alpine as build-stage
|
||||
FROM node:18-alpine as build-stage
|
||||
# 署名
|
||||
MAINTAINER Adoin 'adoin@qq.com'
|
||||
WORKDIR /app
|
||||
|
Loading…
Reference in New Issue
Block a user