update node
This commit is contained in:
parent
f3c0af7e23
commit
7bdff90415
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
v18.12.1
|
||||
v18.13.0
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue