Run on Node.js 24.8.0
This commit is contained in:
+1
-1
@@ -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
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user