diff --git a/amd64/Dockerfile b/amd64/Dockerfile index f0a3d33..290fb8d 100644 --- a/amd64/Dockerfile +++ b/amd64/Dockerfile @@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -y \ && rm -rf /var/lib/apt/lists/* # Install node -RUN curl -sL https://deb.nodesource.com/setup_12.x | bash \ +RUN curl -sL https://deb.nodesource.com/setup_10.x | bash \ && apt-get update && apt-get install -y nodejs \ && rm -rf /var/lib/apt/lists/*