diff --git a/.tool-versions b/.tool-versions index b4c54934..caf4e791 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ elixir 1.18.4-otp-28 erlang 28.0.4 -nodejs 20.11.1 +nodejs 24.8.0 diff --git a/Dockerfile b/Dockerfile index d246eac5..28d2bd33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ FROM ${BUILDER_IMAGE} AS builder RUN apt-get update -y && apt-get install -y build-essential git curl # 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 RUN apt-get install -y nodejs \