build: update Dockerfile

This commit is contained in:
thehrz 2023-08-03 14:13:11 +08:00
parent a2a352d7a7
commit 2f8e3ce9de
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -1,4 +1,4 @@
FROM node:16-alpine as build-stage
FROM node:18-alpine as build-stage
WORKDIR /app
RUN corepack enable