diff --git a/bitnami/drupal/8/debian-10/Dockerfile b/bitnami/drupal/8/debian-10/Dockerfile index 8df3010c1d10..a1fe7c500894 100644 --- a/bitnami/drupal/8/debian-10/Dockerfile +++ b/bitnami/drupal/8/debian-10/Dockerfile @@ -15,12 +15,12 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "1 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.3.29-0" --checksum 4d12ca46685c94e8502990d417a466a919d1aa5d9528b29a45df3284686bbbf9 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-3" --checksum 8179ad1371c9a7d897fe3b1bf53bbe763f94edafef19acad2498dd48b3674efe RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.13.0-0" --checksum fd7257c2736164d02832dbf72e2c1ed9d875bf3e32f0988520796bc503330129 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "8.9.16-1" --checksum ed0c105124507a9285b313984d861cc2e8e7e9c8d2d46ac8c90f1c5ef99d269a +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "8.9.16-2" --checksum 276b11d7918f93ef1a1d812ca678bcc510752b50a1581895755f06a27c1ddbde RUN chmod g+rwX /opt/bitnami COPY rootfs / -RUN /opt/bitnami/scripts/php/postunpack.sh RUN /opt/bitnami/scripts/apache/postunpack.sh +RUN /opt/bitnami/scripts/php/postunpack.sh RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh RUN /opt/bitnami/scripts/drupal/postunpack.sh RUN /opt/bitnami/scripts/mysql-client/postunpack.sh @@ -29,7 +29,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \ APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ BITNAMI_APP_NAME="drupal" \ - BITNAMI_IMAGE_VERSION="8.9.16-debian-10-r29" \ + BITNAMI_IMAGE_VERSION="8.9.16-debian-10-r30" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/drupal/8/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/drupal/8/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 924005370013..f181a66aec2e 100644 --- a/bitnami/drupal/8/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/drupal/8/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,10 +8,10 @@ }, "drupal": { "arch": "amd64", - "digest": "ed0c105124507a9285b313984d861cc2e8e7e9c8d2d46ac8c90f1c5ef99d269a", + "digest": "276b11d7918f93ef1a1d812ca678bcc510752b50a1581895755f06a27c1ddbde", "distro": "debian-10", "type": "NAMI", - "version": "8.9.16-1" + "version": "8.9.16-2" }, "gosu": { "arch": "amd64", diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index 8bb7c1c40214..4227e208739d 100644 --- a/bitnami/drupal/README.md +++ b/bitnami/drupal/README.md @@ -42,7 +42,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`9`, `9-debian-10`, `9.2.1`, `9.2.1-debian-10-r0`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.2.1-debian-10-r0/9/debian-10/Dockerfile) -* [`8`, `8-debian-10`, `8.9.16`, `8.9.16-debian-10-r29` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.9.16-debian-10-r29/8/debian-10/Dockerfile) +* [`8`, `8-debian-10`, `8.9.16`, `8.9.16-debian-10-r30` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.9.16-debian-10-r30/8/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/drupal GitHub repo](https://github.com/bitnami/bitnami-docker-drupal).