4.17.3-debian-10-r12 release

This commit is contained in:
Bitnami Bot
2022-03-01 11:05:08 +00:00
parent aeb39dc6c6
commit 81bccfb2bb
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ COPY rootfs /
RUN mkdir -p /dist /app /.npm /.config /.cache /.local && chmod g+rwX /dist /app /.npm /.config /.cache /.local
RUN /opt/bitnami/scripts/express/postunpack.sh
ENV BITNAMI_APP_NAME="express" \
BITNAMI_IMAGE_VERSION="4.17.3-debian-10-r11" \
BITNAMI_IMAGE_VERSION="4.17.3-debian-10-r12" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/sequelize-cli/bin:/opt/bitnami/git/bin:/opt/bitnami/bower/bin:/opt/bitnami/common/bin:/opt/bitnami/express/bin:$PATH"
EXPOSE 3000