From ace66ad59f446bc3c78ba8f39c7a8b038a92979b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 08:35:27 +0000 Subject: [PATCH] chore(deps): update node.js to cd6fb7e --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 1cc0775..ec20e98 100644 --- a/Earthfile +++ b/Earthfile @@ -4,7 +4,7 @@ ARG EARTHBUILD_LIB_VERSION=3.0.1 IMPORT github.com/EarthBuild/lib/utils/git:$EARTHBUILD_LIB_VERSION AS git npm-base: - FROM node:24.13.0-alpine3.23@sha256:931d7d57f8c1fd0e2179dbff7cc7da4c9dd100998bc2b32afc85142d8efbc213 + FROM node:24.13.0-alpine3.23@sha256:cd6fb7efa6490f039f3471a189214d5f548c11df1ff9e5b181aa49e22c14383e # renovate: datasource=npm packageName=npm ENV npm_version=11.8.0 RUN npm i -g npm@$npm_version