Skip to content

Commit

Permalink
Node v18.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Dec 2, 2023
1 parent b008e1e commit 2bd5fe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.19.0
18.18.2
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.19.0-bullseye AS builder
FROM node:18.18.2-bullseye AS builder

ARG NODE_ENV=production

Expand All @@ -13,7 +13,7 @@ RUN yarn install
RUN yarn build
RUN rm -rf .git

FROM node:16.19.0-bullseye-slim AS runner
FROM node:18.18.2-bullseye-slim AS runner

WORKDIR /misskey

Expand Down

0 comments on commit 2bd5fe2

Please sign in to comment.