From 02e07674db2474bc5f3392d340a50c3ef3daba0d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 8 May 2018 06:14:08 +0000 Subject: [PATCH] 8.5.3-r12 release Update image to version 8.5.3-r12 --- bitnami/drupal/8/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/drupal/8/Dockerfile b/bitnami/drupal/8/Dockerfile index 505797e1bcae..33ef6517b2a0 100644 --- a/bitnami/drupal/8/Dockerfile +++ b/bitnami/drupal/8/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/minideb-extras:jessie-r40 +FROM bitnami/minideb-extras:jessie-r41 LABEL maintainer "Bitnami " # Install required system packages and dependencies @@ -14,7 +14,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \ APACHE_HTTPS_PORT_NUMBER="443" \ APACHE_HTTP_PORT_NUMBER="80" \ BITNAMI_APP_NAME="drupal" \ - BITNAMI_IMAGE_VERSION="8.5.3-r11" \ + BITNAMI_IMAGE_VERSION="8.5.3-r12" \ DRUPAL_DATABASE_NAME="bitnami_drupal" \ DRUPAL_DATABASE_PASSWORD="" \ DRUPAL_DATABASE_USER="bn_drupal" \