update node
This commit is contained in:
parent
f3c0af7e23
commit
7bdff90415
|
@ -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
|
ARG NODE_ENV=production
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ COPY . ./
|
||||||
RUN git submodule update --init
|
RUN git submodule update --init
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
FROM node:18.12.1-bullseye-slim AS runner
|
FROM node:18.13.0-bullseye-slim AS runner
|
||||||
|
|
||||||
WORKDIR /misskey
|
WORKDIR /misskey
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue