From 2f3c5fc5ae0d142a8e9b22ef5ada955db6e2f88f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 5 Feb 2022 01:53:47 +0000 Subject: [PATCH] 9.3.5-debian-10-r0 release --- bitnami/drupal-nginx/9/debian-10/Dockerfile | 4 ++-- .../debian-10/prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/drupal-nginx/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/drupal-nginx/9/debian-10/Dockerfile b/bitnami/drupal-nginx/9/debian-10/Dockerfile index 256bcd9c6cba..3b43d53a6211 100644 --- a/bitnami/drupal-nginx/9/debian-10/Dockerfile +++ b/bitnami/drupal-nginx/9/debian-10/Dockerfile @@ -14,7 +14,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.21.6-0 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.32-1" --checksum 727834a55587746f90b159966c9abf2ce31a6effbe83d8c38ee6250641c9a22a RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-6" --checksum 81b0642a6d8e9d952a0f6540f2d7481a99b9a12dd42bcb5906ba8014ca80f326 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.3.4-0" --checksum f5365ea029b1448c6d0fdfcf3a9394a86f14a68509dcf262590e282f4b230a4e +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.3.5-0" --checksum de9d74f0c9d681938fad5270c8ae53d602b26993c8fcc8d5855c67cd254c9638 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami @@ -26,7 +26,7 @@ RUN /opt/bitnami/scripts/nginx-php-fpm/postunpack.sh RUN /opt/bitnami/scripts/drupal/postunpack.sh RUN /opt/bitnami/scripts/mysql-client/postunpack.sh ENV BITNAMI_APP_NAME="drupal-nginx" \ - BITNAMI_IMAGE_VERSION="9.3.4-debian-10-r1" \ + BITNAMI_IMAGE_VERSION="9.3.5-debian-10-r0" \ NGINX_HTTPS_PORT_NUMBER="" \ NGINX_HTTP_PORT_NUMBER="" \ PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/nginx/sbin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:/opt/bitnami/drupal/vendor/bin:$PATH" diff --git a/bitnami/drupal-nginx/9/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/drupal-nginx/9/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index b67aa028b3f1..58b26338f576 100644 --- a/bitnami/drupal-nginx/9/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/drupal-nginx/9/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,10 +1,10 @@ { "drupal": { "arch": "amd64", - "digest": "f5365ea029b1448c6d0fdfcf3a9394a86f14a68509dcf262590e282f4b230a4e", + "digest": "de9d74f0c9d681938fad5270c8ae53d602b26993c8fcc8d5855c67cd254c9638", "distro": "debian-10", "type": "NAMI", - "version": "9.3.4-0" + "version": "9.3.5-0" }, "gosu": { "arch": "amd64", diff --git a/bitnami/drupal-nginx/README.md b/bitnami/drupal-nginx/README.md index 0f91a0412c79..71305ff7e909 100644 --- a/bitnami/drupal-nginx/README.md +++ b/bitnami/drupal-nginx/README.md @@ -37,7 +37,7 @@ Non-root container images add an extra layer of security and are generally recom 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.4`, `9.3.4-debian-10-r1`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal-nginx/blob/9.3.4-debian-10-r1/9/debian-10/Dockerfile) +* [`9`, `9-debian-10`, `9.3.5`, `9.3.5-debian-10-r0`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal-nginx/blob/9.3.5-debian-10-r0/9/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/drupal-nginx GitHub repo](https://github.com/bitnami/bitnami-docker-drupal-nginx).