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