From 354c3ea80e69512f415da55d9a874d5f71fe641c Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Wed, 4 Mar 2026 22:39:54 -0800 Subject: [PATCH] chore: bump node 24 buildpack/runtime to 24.14.0 Update Node 24 base images to 24.14.0 so both buildpack and runtime track the latest 24.14.x patch release. Made-with: Cursor --- buildpack-24/Dockerfile | 2 +- runtime-24/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildpack-24/Dockerfile b/buildpack-24/Dockerfile index 0827367..2ea5ae2 100644 --- a/buildpack-24/Dockerfile +++ b/buildpack-24/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24.11.0-bookworm +FROM node:24.14.0-bookworm ENV DEBIAN_VERSION_NAME=bookworm diff --git a/runtime-24/Dockerfile b/runtime-24/Dockerfile index 2013702..4639b10 100644 --- a/runtime-24/Dockerfile +++ b/runtime-24/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24.11.0-bookworm +FROM node:24.14.0-bookworm ENV DEBIAN_VERSION_NAME=bookworm ENV NODE_ENV=production