diff --git a/bitnami/drupal/8/debian-9/Dockerfile b/bitnami/drupal/8/debian-9/Dockerfile index 603d88225c46..19a8aa5adeb5 100644 --- a/bitnami/drupal/8/debian-9/Dockerfile +++ b/bitnami/drupal/8/debian-9/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/minideb-extras:stretch-r181 +FROM bitnami/minideb-extras:stretch-r182 LABEL maintainer "Bitnami " # Install required system packages and dependencies @@ -6,7 +6,7 @@ RUN install_packages libbz2-1.0 libc6 libcomerr2 libcurl3 libexpat1 libffi6 libf RUN bitnami-pkg unpack apache-2.4.37-1 --checksum 5b12f889e29303b3979c44a08f4189631da56b1198ace4bcc9f63de85bce3047 RUN bitnami-pkg unpack php-7.1.23-0 --checksum f7b1e5ccfd94938d0332805b2c05e5d1277234a56fa9d46edc58bb0ef3119581 RUN bitnami-pkg unpack mysql-client-10.2.18-1 --checksum b7075d312c4b963d781f9f52d64db601c0f16beed538b85fa5f83fac09c71890 -RUN bitnami-pkg unpack libphp-7.1.23-1 --checksum 5850a9e5c1bf41b6d015a3083704539152c7c8a3a11af4c9ee222817fdefa75b +RUN bitnami-pkg unpack libphp-7.1.23-2 --checksum a8c68066921b3621e8bfd76a67b04f42a9ec007ac2553192b21f8fbdb7a29bad RUN bitnami-pkg unpack drupal-8.6.2-1 --checksum 9f119859a8fcf79b50858c448aa0be2f879275157bad1b29b59660f922a0bd60 RUN mkdir -p /opt/bitnami/apache/tmp && chmod g+rwX /opt/bitnami/apache/tmp RUN ln -sf /dev/stdout /opt/bitnami/apache/logs/access_log @@ -17,7 +17,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \ APACHE_HTTPS_PORT_NUMBER="443" \ APACHE_HTTP_PORT_NUMBER="80" \ BITNAMI_APP_NAME="drupal" \ - BITNAMI_IMAGE_VERSION="8.6.2-debian-9-r11" \ + BITNAMI_IMAGE_VERSION="8.6.2-debian-9-r12" \ DRUPAL_DATABASE_NAME="bitnami_drupal" \ DRUPAL_DATABASE_PASSWORD="" \ DRUPAL_DATABASE_USER="bn_drupal" \ diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index 8e11e376face..b85a2d29fd28 100644 --- a/bitnami/drupal/README.md +++ b/bitnami/drupal/README.md @@ -45,7 +45,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`8-rhel-7`, `8.6.2-rhel-7-r1` (8/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.2-rhel-7-r1/8/rhel-7/Dockerfile) * [`8-php5-rhel-7`, `8.6.2-php5-rhel-7-r0` (8-php5/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.2-php5-rhel-7-r0/8-php5/rhel-7/Dockerfile) * [`8-ol-7`, `8.6.2-ol-7-r13` (8/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.2-ol-7-r13/8/ol-7/Dockerfile) -* [`8-debian-9`, `8.6.2-debian-9-r11`, `8`, `8.6.2`, `8.6.2-r11`, `latest` (8/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.2-debian-9-r11/8/debian-9/Dockerfile) +* [`8-debian-9`, `8.6.2-debian-9-r12`, `8`, `8.6.2`, `8.6.2-r12`, `latest` (8/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.2-debian-9-r12/8/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/drupal GitHub repo](https://github.com/bitnami/bitnami-docker-drupal).