We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1caa9d + a34d384 commit a9a7d94Copy full SHA for a9a7d94
CHANGES_NEXT_RELEASE
@@ -0,0 +1 @@
1
+Upgrade NodeJS version from 8.15.0 to 8.16.0 in Dockerfile due to security issues
docker/Dockerfile
@@ -19,7 +19,7 @@
19
# For those usages not covered by the GNU Affero General Public License
20
# please contact with: [daniel.moranjimenez@telefonica.com]
21
22
-ARG NODE_VERSION=8.15.0-slim
+ARG NODE_VERSION=8.16.0-slim
23
FROM node:${NODE_VERSION}
24
ARG GITHUB_ACCOUNT=telefonicaid
25
ARG GITHUB_REPOSITORY=sigfox-iotagent
0 commit comments