8.8.5-debian-10-r31 release

This commit is contained in:
Bitnami Bot
2020-04-29 17:27:33 +00:00
parent 6a4d579283
commit ecebd9f0fd
2 changed files with 1 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ RUN ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log
COPY rootfs /
ENV ALLOW_EMPTY_PASSWORD="no" \
BITNAMI_APP_NAME="drupal-nginx" \
BITNAMI_IMAGE_VERSION="8.8.5-debian-10-r25" \
BITNAMI_IMAGE_VERSION="8.8.5-debian-10-r31" \
DRUPAL_DATABASE_NAME="bitnami_drupal" \
DRUPAL_DATABASE_PASSWORD="" \
DRUPAL_DATABASE_USER="bn_drupal" \

View File

@@ -116,6 +116,5 @@ print_image_welcome_page() {
log "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
log "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
log "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}"
log "Send us your feedback at ${BOLD}containers@bitnami.com${RESET}"
log ""
}