Skip to content

Commit

Permalink
Node v16.18.1 (#4122)
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Nov 9, 2022
1 parent c97e04d commit 2f57048
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
v16.17.1
v16.18.1
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM node:16.17.1-bullseye AS builder
FROM node:16.18.1-bullseye AS builder

ENV NODE_ENV=production
WORKDIR /misskey
Expand All @@ -12,7 +12,7 @@ COPY . ./
RUN yarn build


FROM node:16.17.1-bullseye-slim AS runner
FROM node:16.18.1-bullseye-slim AS runner

WORKDIR /misskey

Expand Down

0 comments on commit 2f57048

Please sign in to comment.