Update node to 24.13.0

This commit is contained in:
Claudio Ortolina
2026-01-20 11:52:00 +00:00
parent 1193eda4ca
commit ed6a7a1af4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
elixir 1.19.5-otp-28 elixir 1.19.5-otp-28
erlang 28.3.1 erlang 28.3.1
nodejs 24.10.0 nodejs 24.13.0
+1 -1
View File
@@ -23,7 +23,7 @@ FROM ${BUILDER_IMAGE} AS builder
# install build dependencies # install build dependencies
RUN apt-get update -y && apt-get install -y build-essential git curl RUN apt-get update -y && apt-get install -y build-essential git curl
# Add Node.js 20 repo # Add Node.js 24 repo
RUN curl -sL https://deb.nodesource.com/setup_24.x | bash RUN curl -sL https://deb.nodesource.com/setup_24.x | bash
# install Node.js and cleanup # install Node.js and cleanup