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 Nov 27, 2023
1 parent 5e385d5 commit b003204
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 @@
18.17.1
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:18.17.1-bullseye AS builder
FROM node:18.18.2-bullseye AS builder

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


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

WORKDIR /misskey

Expand Down

0 comments on commit b003204

Please sign in to comment.