From 6dfeab3fd835ed1cfbd3f4ccf5c1a9309344995e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 24 Sep 2020 13:25:07 +0000 Subject: [PATCH] 9.0.6-debian-10-r9 release --- bitnami/drupal/9/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/9/debian-10/Dockerfile b/bitnami/drupal/9/debian-10/Dockerfile index 5f9a9191debd..02aecfd1bb7f 100644 --- a/bitnami/drupal/9/debian-10/Dockerfile +++ b/bitnami/drupal/9/debian-10/Dockerfile @@ -12,7 +12,7 @@ RUN install_packages acl ca-certificates curl dirmngr gnupg gzip libargon2-1 lib RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "7.3.22-4" --checksum 0117b9ea5dbd910acaf1e630c6f7517f9b5cedee2dbdd980a12687d2b003927e RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.46-0" --checksum 93181ed22488a04139fe2ab6d9ca1a81b142392e8c86675b1653a1f28c068fa9 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.24-0" --checksum 94a7e3c58310f59af5c1e14544de0a42bd1ecf394a159db94aacf8ccf6058436 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.3.22-0" --checksum ac87df7d3775f41c83866359667413c5762bc73e87fae0ceb3e8805de5b7450a +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 @@ -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-r8" \ + BITNAMI_IMAGE_VERSION="9.0.6-debian-10-r9" \ DRUPAL_DATABASE_NAME="" \ DRUPAL_DATABASE_PASSWORD="" \ DRUPAL_DATABASE_USER="" \ 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 e43a5566f783..ee0813ffe543 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 @@ -22,10 +22,10 @@ }, "libphp": { "arch": "amd64", - "digest": "ac87df7d3775f41c83866359667413c5762bc73e87fae0ceb3e8805de5b7450a", + "digest": "18f03a612aa975b8d25822ff342173651ce4db64f34698d55c801292385182d2", "distro": "debian-10", "type": "NAMI", - "version": "7.3.22-0" + "version": "7.3.22-1" }, "mysql-client": { "arch": "amd64", diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index 239f96d91af7..0270daea4311 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-r8`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.0.6-debian-10-r8/9/debian-10/Dockerfile) +* [`9`, `9-debian-10`, `9.0.6`, `9.0.6-debian-10-r9`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.0.6-debian-10-r9/9/debian-10/Dockerfile) * [`8`, `8-debian-10`, `8.9.6`, `8.9.6-debian-10-r9` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.9.6-debian-10-r9/8/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/drupal GitHub repo](https://github.com/bitnami/bitnami-docker-drupal).