9.3.0-r0 release

Update node to 9.3.0
This commit is contained in:
Bitnami Bot
2017-12-13 03:36:49 +00:00
parent 6dde051b15
commit 1bef153d08
3 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY --from=development /opt/bitnami/node /opt/bitnami/node
ENV BITNAMI_APP_NAME="node" \
BITNAMI_IMAGE_VERSION="9.2.1-r0" \
BITNAMI_IMAGE_VERSION="9.3.0-r0" \
PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:$PATH"
CMD ["node"]