From 33510a89c388e464d3f09a296ff49213760195a7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 24 Dec 2021 11:38:18 +0000 Subject: [PATCH] 9.3.0-debian-10-r16 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 c2e82799197b..bf6d540c89f6 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" "8.1.1-1" --checksum 9ed2048f020f1941caadf1cadf0b8dddd8133958a538a658c0879d6fc6129efa RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-4" --checksum 9b09b8c13e726569fd846abef20228b2e29de456805994e512f3b47f74cf742d RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.3.0-1" --checksum 27b62285fee35613bead229cb846f5fca9f7016613c762d47e1d0d22c618eabb +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.3.0-2" --checksum 99e750bac5326e52077791aebfbe72b991c90e2a977a0afe2ee3642025e8a7e5 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="9.3.0-debian-10-r15" \ + BITNAMI_IMAGE_VERSION="9.3.0-debian-10-r16" \ 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 62448548e29e..2b75258809dc 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": "27b62285fee35613bead229cb846f5fca9f7016613c762d47e1d0d22c618eabb", + "digest": "99e750bac5326e52077791aebfbe72b991c90e2a977a0afe2ee3642025e8a7e5", "distro": "debian-10", "type": "NAMI", - "version": "9.3.0-1" + "version": "9.3.0-2" }, "gosu": { "arch": "amd64", diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index db46a784e488..9d7f884cdd34 100644 --- a/bitnami/drupal/README.md +++ b/bitnami/drupal/README.md @@ -43,7 +43,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.3.0`, `9.3.0-debian-10-r15`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.3.0-debian-10-r15/9/debian-10/Dockerfile) +* [`9`, `9-debian-10`, `9.3.0`, `9.3.0-debian-10-r16`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/9.3.0-debian-10-r16/9/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/drupal GitHub repo](https://github.com/bitnami/bitnami-docker-drupal).