Skip to content

Commit

Permalink
Revert "Use Node.js 18 (#3)" (#5)
Browse files Browse the repository at this point in the history
This reverts commit 2938084.
  • Loading branch information
riku6460 authored Nov 10, 2023
1 parent bf2601d commit 6bef9f8
Showing 1 changed file with 2 additions and 2 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 AS builder
FROM node:20-slim AS builder

WORKDIR /app

Expand All @@ -7,7 +7,7 @@ RUN corepack enable \
&& pnpm i --frozen-lockfile --aggregate-output \
&& NODE_ENV=production pnpm run build

FROM node:18-slim
FROM node:20-slim

WORKDIR /app

Expand Down

0 comments on commit 6bef9f8

Please sign in to comment.