diff --git a/Dockerfile b/Dockerfile index 80a7d8f..c79e4ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY package.json bun.lockb ./ RUN bun install --frozen-lockfile # 2. Rebuild the source code only when needed -FROM node:20.18.1-alpine AS base +FROM node:22.11.0-alpine AS base FROM base AS builder WORKDIR /app diff --git a/package.json b/package.json index a311760..ebed056 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ ] }, "engines": { - "node": ">=20.18.1" + "node": ">=22.11.0" }, "overrides": { "@types/react": "npm:types-react@19.0.0-rc.1",