From 970d3b0b81accff079d0d88efe050169e607e93f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 03:14:57 +0000 Subject: [PATCH] Update Node.js to v22 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 35d49e24..bbc73bc7 100644 --- a/Earthfile +++ b/Earthfile @@ -6,7 +6,7 @@ ARG EARTHLY_LIB_VERSION=3.0.1 IMPORT github.com/earthly/lib/utils/git:$EARTHLY_LIB_VERSION AS git npm-base: - FROM node:21.7-alpine3.19 + FROM node:22.12-alpine3.19 COPY ./package.json ./ COPY ./package-lock.json ./ RUN npm install