diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 38635c31..d0ea5277 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,4 +1,4 @@ Fix: modified engine version >=6 in packages.json Fix: update logops dependency from 1.0.8 to 2.1.0 Add: config.http.timeout (and associated enviroment variable IOTA_HTTP_TIMEOUT)(#97) -Upgrade NodeJS version from 8.12.0 to 8.15.0 in Dockerfile due to security issues +Upgrade NodeJS version from 8.12.0 to 8.16.0 in Dockerfile due to security issues diff --git a/docker/Dockerfile b/docker/Dockerfile index 72286a7c..eb3a3f78 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -19,7 +19,7 @@ # For those usages not covered by the GNU Affero General Public License # please contact with: [daniel.moranjimenez@telefonica.com] -ARG NODE_VERSION=8.15.0-slim +ARG NODE_VERSION=8.16.0-slim FROM node:${NODE_VERSION} ARG GITHUB_ACCOUNT=telefonicaid ARG GITHUB_REPOSITORY=iotagent-ul