From b48ba73d6f07fbc355c3b2b217f4c88690c69ec6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 15:36:48 +0000 Subject: [PATCH] Update Node.js to v24 --- Dockerfile | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index fd81104c..63c17b36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # ---- Base Node with Alpine ---- -FROM node:22.13.1-alpine3.21 AS base +FROM node:24.11.1-alpine3.21 AS base # Set working directory in the container WORKDIR /app # Copy package.json and yarn.lock files to the workspace @@ -16,7 +16,7 @@ RUN cp -R node_modules prod_node_modules RUN yarn install --ignore-scripts --frozen-lockfile # ---- Release ---- -FROM node:22.13.1-alpine3.21 AS release +FROM node:24.11.1-alpine3.21 AS release # Set working directory WORKDIR /app # Copy production node_modules diff --git a/package.json b/package.json index 0b793105..28fa3925 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "registry": "https://registry.npmjs.org/" }, "engines": { - "node": "^14.18.0 || ^16.13.0 || ^18.12.1 || ^20.11.1 || ^22.13.1" + "node": "^14.18.0 || ^16.13.0 || ^18.12.1 || ^20.11.1 || ^22.13.1 || ^24.0.0" }, "bugs": { "url": "https://github.com/TryGhost/gscan/issues"