update node to v18

This commit is contained in:
syuilo 2022-11-13 11:23:14 +09:00
parent 49daa56a64
commit 1751bfea5f
6 changed files with 7 additions and 12 deletions

View file

@ -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