Browse Source

fix(docker): update node version of dockerfile (#3788)

node version 18 is required for pnpm.
pull/3790/head
kazusa 2 years ago
committed by GitHub
parent
commit
338d077ab3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      Dockerfile

2
Dockerfile

@ -1,5 +1,5 @@
# node 构建 # node 构建
FROM node:16-alpine as build-stage FROM node:18-alpine as build-stage
# 署名 # 署名
MAINTAINER Adoin 'adoin@qq.com' MAINTAINER Adoin 'adoin@qq.com'
WORKDIR /app WORKDIR /app

Loading…
Cancel
Save