From 66433c414f3b03dbc465b05bcb8559abaeec2bb4 Mon Sep 17 00:00:00 2001 From: buanet Date: Mon, 4 May 2020 10:25:14 +0200 Subject: [PATCH] testing node 12 --- amd64/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amd64/Dockerfile b/amd64/Dockerfile index 9f15b1d..f0a3d33 100644 --- a/amd64/Dockerfile +++ b/amd64/Dockerfile @@ -30,8 +30,8 @@ RUN apt-get update && apt-get install -y \ wget \ && rm -rf /var/lib/apt/lists/* -# Install node10 -RUN curl -sL https://deb.nodesource.com/setup_10.x | bash \ +# Install node +RUN curl -sL https://deb.nodesource.com/setup_12.x | bash \ && apt-get update && apt-get install -y nodejs \ && rm -rf /var/lib/apt/lists/*