From d5a0f559a8ec72132a3b5190d95f74516141f869 Mon Sep 17 00:00:00 2001 From: Arthur Kono Date: Tue, 28 Jan 2020 19:33:41 +0200 Subject: [PATCH] Bump to Node,js v12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 020b0bd..6675e92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN apt-get -y update && \ snmp \ snmp-mibs-downloader \ wget && \ - curl -sL https://deb.nodesource.com/setup_13.x | bash - && \ + curl -sL https://deb.nodesource.com/setup_12.x | bash - && \ apt-get install -y nodejs # Configure Supervisord, SSH and base env