From 31fdd0615b055b0d55b1dd418edb39b9bc929a5b Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 19 Feb 2021 20:39:23 +0000 Subject: [PATCH] 8.9.13-debian-10-r27 release --- bitnami/drupal/8/debian-10/Dockerfile | 4 ++-- .../debian-10/prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/drupal/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/drupal/8/debian-10/Dockerfile b/bitnami/drupal/8/debian-10/Dockerfile index ef913c6bce6c..d93141fc1e79 100644 --- a/bitnami/drupal/8/debian-10/Dockerfile +++ b/bitnami/drupal/8/debian-10/Dockerfile @@ -15,7 +15,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "1 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.3.27-0" --checksum 2286192dff818006a16c4ad42a79e8564b4e9924faced7b0d7edef6516f6ccc3 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.13-1" --checksum 0b1f4e30d2502e113422ac6488393989a52d226a6709db81c97fbe1554c9c21d +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "8.9.13-2" --checksum 3371d280426b0a237c75a09bd11e7848e6601d3c824721966691513877c5d432 RUN chmod g+rwX /opt/bitnami COPY rootfs / @@ -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.13-debian-10-r26" \ + BITNAMI_IMAGE_VERSION="8.9.13-debian-10-r27" \ 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 eaf8416897ae..a2c15f707328 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": "0b1f4e30d2502e113422ac6488393989a52d226a6709db81c97fbe1554c9c21d", + "digest": "3371d280426b0a237c75a09bd11e7848e6601d3c824721966691513877c5d432", "distro": "debian-10", "type": "NAMI", - "version": "8.9.13-1" + "version": "8.9.13-2" }, "gosu": { "arch": "amd64", diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index 0c01c7bb7e74..19239ece3714 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.4`, `9.1.4-debian-10-r18`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.1.4-debian-10-r18/9/debian-10/Dockerfile) -* [`8`, `8-debian-10`, `8.9.13`, `8.9.13-debian-10-r26` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.9.13-debian-10-r26/8/debian-10/Dockerfile) +* [`8`, `8-debian-10`, `8.9.13`, `8.9.13-debian-10-r27` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.9.13-debian-10-r27/8/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/drupal GitHub repo](https://github.com/bitnami/bitnami-docker-drupal).