Skip to content

Commit

Permalink
node 18.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
atsu1125 committed Jan 1, 2025
1 parent fd40ee3 commit fb205d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.20.4-bookworm AS builder
FROM node:18.20.5-bookworm AS builder

ENV NODE_ENV=production

Expand All @@ -15,7 +15,7 @@ RUN pnpm install --frozen-lockfile
COPY . ./
RUN pnpm build

FROM node:18.20.4-bookworm-slim AS runner
FROM node:18.20.5-bookworm-slim AS runner

ENV NODE_ENV=production
WORKDIR /misskey
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-develop
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.20.4-bookworm AS builder
FROM node:18.20.5-bookworm AS builder

ENV NODE_ENV=development

Expand All @@ -15,7 +15,7 @@ RUN pnpm install --frozen-lockfile
COPY . ./
RUN pnpm build

FROM node:18.20.4-bookworm-slim AS runner
FROM node:18.20.5-bookworm-slim AS runner

ENV NODE_ENV=development
WORKDIR /misskey
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-split
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.20.4-bookworm
FROM node:18.20.5-bookworm

ENV NODE_ENV=development

Expand Down

0 comments on commit fb205d6

Please sign in to comment.