Skip to content

Commit

Permalink
Merge pull request #351 from telefonicaid/fgalan-patch-1
Browse files Browse the repository at this point in the history
FIX 8.15.0-slim -> 8.16.0-slim in docker container
  • Loading branch information
AlvaroVega committed May 10, 2019
2 parents efe8645 + 6612ad1 commit bae7b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion docker/Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit bae7b11

Please sign in to comment.