From b35b6c17ad05ca40d86f78040b477ed454081af8 Mon Sep 17 00:00:00 2001 From: buanet Date: Mon, 4 May 2020 10:23:43 +0200 Subject: [PATCH] back to node 10 --- amd64/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*