diff --git a/Dockerfile b/Dockerfile index edfb775..23cf17d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM beevelop/base -ENV NODEJS_VERSION=10.14.2 \ +ENV NODEJS_VERSION=10.15.0 \ PATH=$PATH:/opt/node/bin WORKDIR "/opt/node"