Skip to content
Snippets Groups Projects
Commit 7bdff904 authored by syuilo's avatar syuilo
Browse files

update node

parent f3c0af7e
No related branches found
No related tags found
No related merge requests found
v18.12.1
v18.13.0
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment