7.10.1-r12 release

Update image to version 7.10.1-r12
This commit is contained in:
Bitnami Bot
2018-04-29 06:37:16 +00:00
parent a4a5efc129
commit b9bfbb366a
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
rm -rf /tmp/bitnami/pkg/cache/node-7.10.1-1-linux-x64-debian-8.tar.gz
ENV BITNAMI_APP_NAME="node" \
BITNAMI_IMAGE_VERSION="7.10.1-r11" \
BITNAMI_IMAGE_VERSION="7.10.1-r12" \
PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:$PATH"
EXPOSE 3000

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="7.10.1-r11" \
BITNAMI_IMAGE_VERSION="7.10.1-r12" \
PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:$PATH"
CMD ["node"]