From ab34ac5bcc3ddb08748da204b13d5370a1d84c7c Mon Sep 17 00:00:00 2001 From: "text-html-renovate[bot]" <182508163+text-html-renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 00:29:30 +0000 Subject: [PATCH] Update Node.js to v22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 333def5..04bd125 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.18-alpine3.20 +FROM node:22.10-alpine3.20 LABEL Description="The Balena CLI"