From 261232e10dd1d9914cefcdc749dca1eaa0147c8c Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Mon, 16 Dec 2019 18:28:50 +0300 Subject: [PATCH] Move from unsupported node.js version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 47828f3..877388f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && \ apt-get -yq install wget apt-transport-https curl locales && \ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0x8320ca65cb2de8e5 && \ locale-gen en_US.UTF-8 && \ - curl -sL https://deb.nodesource.com/setup_8.x | bash - && \ + curl -sL https://deb.nodesource.com/setup_10.x | bash - && \ apt-get -y update && \ apt-get -yq install \ adduser \