Skip to content

Commit a9a7d94

Browse files
authored
Merge pull request #52 from telefonicaid/fgalan-patch-2
FIX 8.15.0-slim -> 8.16.0-slim in docker container
2 parents c1caa9d + a34d384 commit a9a7d94

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade NodeJS version from 8.15.0 to 8.16.0 in Dockerfile due to security issues

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# For those usages not covered by the GNU Affero General Public License
2020
# please contact with: [daniel.moranjimenez@telefonica.com]
2121

22-
ARG NODE_VERSION=8.15.0-slim
22+
ARG NODE_VERSION=8.16.0-slim
2323
FROM node:${NODE_VERSION}
2424
ARG GITHUB_ACCOUNT=telefonicaid
2525
ARG GITHUB_REPOSITORY=sigfox-iotagent

0 commit comments

Comments
 (0)