diff --git a/bitnami/drupal/9/debian-10/Dockerfile b/bitnami/drupal/9/debian-10/Dockerfile index 4686aaa01965..7d9d8f130cb4 100644 --- a/bitnami/drupal/9/debian-10/Dockerfile +++ b/bitnami/drupal/9/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.22-1" --checksum 18f03a612aa975b8d25822ff342173651ce4db64f34698d55c801292385182d2 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-1" --checksum a94f94357aa06f3718db1550fa5f5188cd61383d66bf754eef49c58a18bf02cc RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-1" --checksum 51cfb1b7fd7b05b8abd1df0278c698103a9b1a4964bdacd87ca1d5c01631d59c -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.0.6-0" --checksum 0af4c44ed62e1b9fc2a048355c41f41b45bbe3fe9535223f75cd6885423a86b2 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.0.6-1" --checksum cfe303d51de7733a3431cab242fb043fab8f58e2f18618879f48c4a5aa4ba12e RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami @@ -31,7 +31,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \ APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ BITNAMI_APP_NAME="drupal" \ - BITNAMI_IMAGE_VERSION="9.0.6-debian-10-r10" \ + BITNAMI_IMAGE_VERSION="9.0.6-debian-10-r11" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/drupal/9/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/drupal/9/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index ee0813ffe543..c03947de9e16 100644 --- a/bitnami/drupal/9/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/drupal/9/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,10 +8,10 @@ }, "drupal": { "arch": "amd64", - "digest": "0af4c44ed62e1b9fc2a048355c41f41b45bbe3fe9535223f75cd6885423a86b2", + "digest": "cfe303d51de7733a3431cab242fb043fab8f58e2f18618879f48c4a5aa4ba12e", "distro": "debian-10", "type": "NAMI", - "version": "9.0.6-0" + "version": "9.0.6-1" }, "gosu": { "arch": "amd64", diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index 2284053235cc..538b73207578 100644 --- a/bitnami/drupal/README.md +++ b/bitnami/drupal/README.md @@ -39,7 +39,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`9`, `9-debian-10`, `9.0.6`, `9.0.6-debian-10-r10`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.0.6-debian-10-r10/9/debian-10/Dockerfile) +* [`9`, `9-debian-10`, `9.0.6`, `9.0.6-debian-10-r11`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.0.6-debian-10-r11/9/debian-10/Dockerfile) * [`8`, `8-debian-10`, `8.9.6`, `8.9.6-debian-10-r14` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.9.6-debian-10-r14/8/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/drupal GitHub repo](https://github.com/bitnami/bitnami-docker-drupal).