diff --git a/bun.lockb b/bun.lockb index 45ac884f..6920c575 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/dockerfile b/dockerfile index 5499b2ab..b1d2337e 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:22.11.0-alpine AS base +FROM node:24.11.1-alpine AS base FROM base AS builder WORKDIR /app diff --git a/package.json b/package.json index ab0f50f5..84289d34 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@next/bundle-analyzer": "15.0.3", "@total-typescript/ts-reset": "^0.6.1", "@types/bcryptjs": "^3.0.0", - "@types/node": "22.7.5", + "@types/node": "24.10.1", "@types/react": "npm:types-react@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@typescript-eslint/eslint-plugin": "7.18.0",