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()
This commit is contained in:
Bitnami Bot
2017-02-22 16:03:08 +00:00
parent 190079be71
commit 380d6bbd64

View File

@@ -6,7 +6,7 @@ MAINTAINER Bitnami <containers@bitnami.com>
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