diff --git a/bitnami/drupal/8/debian-10/Dockerfile b/bitnami/drupal/8/debian-10/Dockerfile index 921583e15a4f..ddea68ba220d 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.27-3" --checksum 584ad378b927b6746ba20085247fd98c7788ed3658638b1c75ce7aa34f6d307f 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.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "8.9.14-0" --checksum 3f6424149ed392bce807075046f0c2aeda9322ed48beab018652b1019c1813e7 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "8.9.14-1" --checksum c1a1ce9dea8ebfc548019894eb2f7d7bd0224a772dab6cc8e1efc7d6d6b7291c 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.14-debian-10-r3" \ + BITNAMI_IMAGE_VERSION="8.9.14-debian-10-r4" \ 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 1583043c276f..54db330f7157 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": "3f6424149ed392bce807075046f0c2aeda9322ed48beab018652b1019c1813e7", + "digest": "c1a1ce9dea8ebfc548019894eb2f7d7bd0224a772dab6cc8e1efc7d6d6b7291c", "distro": "debian-10", "type": "NAMI", - "version": "8.9.14-0" + "version": "8.9.14-1" }, "gosu": { "arch": "amd64", diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index d98d09b75ce0..f6a86ceb5a55 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.1.7`, `9.1.7-debian-10-r4`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.1.7-debian-10-r4/9/debian-10/Dockerfile) -* [`8`, `8-debian-10`, `8.9.14`, `8.9.14-debian-10-r3` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.9.14-debian-10-r3/8/debian-10/Dockerfile) +* [`8`, `8-debian-10`, `8.9.14`, `8.9.14-debian-10-r4` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.9.14-debian-10-r4/8/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/drupal GitHub repo](https://github.com/bitnami/bitnami-docker-drupal).