diff --git a/Dockerfile b/Dockerfile index af3865f..fca758e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app/user # The following setup is inspired by the Heroku Node-js dockerfile with some extras and a different node version. # Which version of node? -ENV NODE_ENGINE 10.15.3 +ENV NODE_ENGINE 10.16.1 # Locate our binaries ENV PATH /app/heroku/node/bin/:/app/user/node_modules/.bin:$PATH