From 8f31c93bd25a78c51026cd625da190d6c2901360 Mon Sep 17 00:00:00 2001 From: Aad Versteden Date: Mon, 27 Aug 2018 15:45:41 +0200 Subject: [PATCH] Bump node version The new node has no known issues and uses a more recent npm version (6.2.0). In contrast to the previous npm version, this new npm version does not have issues with using npm packages from git repositories. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 89207b2..1c79b2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:9.5.0-alpine +FROM node:10.9.0-alpine LABEL maintainer="madnificent@gmail.com"