Skip to content

Commit

Permalink
Merge pull request #76 from jason-fox/patch-4
Browse files Browse the repository at this point in the history
Bump node
  • Loading branch information
fgalan authored Apr 3, 2020
2 parents b6e3b50 + ec3f4ca commit b326368
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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Upgrade NodeJS version from 8.16.1 to 10.17.0 in Dockerfile due to Node 8 End-of-Life
Upgrade NodeJS version from 8.16.1 to 10.19.0 in Dockerfile due to Node 8 End-of-Life
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
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=10.17.0-slim
ARG NODE_VERSION=10.19.0-slim
FROM node:${NODE_VERSION}
ARG GITHUB_ACCOUNT=telefonicaid
ARG GITHUB_REPOSITORY=sigfox-iotagent
Expand Down

0 comments on commit b326368

Please sign in to comment.