update node

This commit is contained in:
syuilo 2023-01-10 09:32:56 +09:00
parent f3c0af7e23
commit 7bdff90415
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
v18.12.1
v18.13.0

View File

@ -1,4 +1,4 @@
FROM node:18.12.1-bullseye AS builder
FROM node:18.13.0-bullseye AS builder
ARG NODE_ENV=production
@ -22,7 +22,7 @@ COPY . ./
RUN git submodule update --init
RUN yarn build
FROM node:18.12.1-bullseye-slim AS runner
FROM node:18.13.0-bullseye-slim AS runner
WORKDIR /misskey