From 380d6bbd64e8b7488a5511f3a0ba1354bb1aaffc Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 22 Feb 2017 16:03:08 +0000 Subject: [PATCH] 4.8.0-r0 release NodeJS 4.8.0 contains several changes. Notable changes from 4.7.3 include: - child_process: add shell option to spawn() - deps: - v8: expose statistics about heap spaces - crypto: - add ALPN Support - allow adding extra certs to well-known CAs - fs: add the fs.mkdtemp() function. - process: - add externalMemory to process - add process.cpuUsage() --- bitnami/node/4/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/node/4/Dockerfile b/bitnami/node/4/Dockerfile index 7257efa895ac..3ea7a888348b 100644 --- a/bitnami/node/4/Dockerfile +++ b/bitnami/node/4/Dockerfile @@ -6,7 +6,7 @@ MAINTAINER Bitnami RUN install_packages libc6 libssl1.0.0 libncurses5 libtinfo5 zlib1g libbz2-1.0 libreadline6 libstdc++6 libgcc1 ghostscript imagemagick libmysqlclient18 # Install node -RUN bitnami-pkg unpack node-4.7.3-1 --checksum 2e40be9892300d3816dd10415d01db2d0a4e8774e4110e5dc28a94d6b12cf2eb +RUN bitnami-pkg unpack node-4.8.0-0 --checksum 800e972fbdf1b0a5afc845990bb981359dee4f9ad31ae4115a18ababa6c66508 COPY rootfs / @@ -14,7 +14,7 @@ ENV PATH=/opt/bitnami/node/bin:/opt/bitnami/python/bin:$PATH \ NODE_PATH=/opt/bitnami/node/lib/node_modules ENV BITNAMI_APP_NAME=node \ - BITNAMI_IMAGE_VERSION=4.7.3-r0 + BITNAMI_IMAGE_VERSION=4.8.0-r0 WORKDIR /app