From 03a91db45f38db15f00024f696c84516e168d789 Mon Sep 17 00:00:00 2001 From: "text-html-renovate[bot]" <182508163+text-html-renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 21:00:53 +0000 Subject: [PATCH] Update Node.js to v24.14.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ca9760..7301f44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24.13-alpine3.23 +FROM node:24.14-alpine3.23 LABEL Description="The Balena CLI"