4.2.0-debian-10-r62 release

This commit is contained in:
Bitnami Bot
2020-06-04 18:27:22 +00:00
parent 000cc97b56
commit 38f5f135ab
3 changed files with 6 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ RUN apt-get update && apt-get upgrade -y && \
COPY rootfs /
ENV BITNAMI_APP_NAME="parse" \
BITNAMI_IMAGE_VERSION="4.2.0-debian-10-r61" \
BITNAMI_IMAGE_VERSION="4.2.0-debian-10-r62" \
MONGODB_HOST="mongodb" \
MONGODB_PASSWORD="" \
MONGODB_PORT_NUMBER="27017" \

View File

@@ -209,3 +209,7 @@ if [ "$BITNAMI_PKG_CHMOD" ]; then
info "Fixing permissions: chmod $BITNAMI_PKG_CHMOD $DIRS"
chmod $BITNAMI_PKG_CHMOD $DIRS
fi
# Include metadata about the package
touch "${BITNAMI_PREFIX}/.bitnami_packages"
echo "${PACKAGE}" >> "${BITNAMI_PREFIX}/.bitnami_packages"