update node to v18
This commit is contained in:
parent
49daa56a64
commit
1751bfea5f
6 changed files with 7 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:16.15.1-bullseye AS builder
|
||||
FROM node:18.12.1-bullseye AS builder
|
||||
|
||||
ARG NODE_ENV=production
|
||||
|
||||
|
@ -13,7 +13,7 @@ RUN yarn install
|
|||
RUN yarn build
|
||||
RUN rm -rf .git
|
||||
|
||||
FROM node:16.15.1-bullseye-slim AS runner
|
||||
FROM node:18.12.1-bullseye-slim AS runner
|
||||
|
||||
WORKDIR /misskey
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue