From f147ef9b46fc401aeb0e4c081a29e07b8e6c900a Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 15 Dec 2017 17:55:01 +0100 Subject: [PATCH] update nvm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94facc9..5b54f65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,4 +31,4 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio && rm -r /var/lib/apt/lists/* # Install nvm with node and npm -RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash +RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash