From 57a2157c09eb7ccf933dd790d9231925a50c7566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geir=20G=C3=A5sodden?= Date: Thu, 29 Sep 2016 13:43:43 +0200 Subject: [PATCH] Updates Noed to 4.6.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ab60abc..89dbcfa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,8 @@ # Inspired by https://hub.docker.com/r/pataquets/unoconv/ ########################################################### -# Setting the base to nodejs 4.5.0 -FROM node:4.5.0-slim +# Setting the base to nodejs 4.6.0 +FROM node:4.6.0-slim # Maintainer MAINTAINER Geir GĂ„sodden