Run on Node.js 24.8.0

This commit is contained in:
Claudio Ortolina
2025-09-20 13:07:04 +03:00
parent a3f2c75f69
commit afad115525
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
elixir 1.18.4-otp-28 elixir 1.18.4-otp-28
erlang 28.0.4 erlang 28.0.4
nodejs 20.11.1 nodejs 24.8.0
+1 -1
View File
@@ -24,7 +24,7 @@ FROM ${BUILDER_IMAGE} AS builder
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 20 repo
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash RUN curl -sL https://deb.nodesource.com/setup_24.x | bash
# install Node.js and cleanup # install Node.js and cleanup
RUN apt-get install -y nodejs \ RUN apt-get install -y nodejs \