diff --git a/Dockerfile b/Dockerfile index d400eef..f68bca9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM beevelop/base MAINTAINER Maik Hummel -ENV NODEJS_VERSION=8.11.2 \ +ENV NODEJS_VERSION=8.11.4 \ PATH=$PATH:/opt/node/bin WORKDIR "/opt/node"