mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 16:07:50 +08:00
7.6.0-r0 release
NodeJS 7.6.0 contains several changes. Notable changes from 7.5.0 include:
- deps:
- update V8 to 5.5
- upgrade libuv to 1.11.0
- add node-inspect 1.10.4
- upgrade zlib to 1.2.11
- lib: build node inspect into node
- crypto: Remove expired certs from CNNIC whitelist
- inspector: add --inspect-brk
- fs: allow WHATWG URL objects as paths
- src: support UTF-8 in compiled-in JS source files
- url: extend url.format to support WHATWG URL
This commit is contained in:
@@ -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-7.5.0-1 --checksum 4fc0624f4ef2dd7b12cedacc585044268fef94297e344d64346a4fad3846b6fd
|
||||
RUN bitnami-pkg unpack node-7.6.0-0 --checksum 168e385d8ecc52d637f0b99561d4f357203e619ddfc1a00b9fc97dafc5ecf8fd
|
||||
|
||||
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=7.5.0-r1
|
||||
BITNAMI_IMAGE_VERSION=7.6.0-r0
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user