9.3.16-debian-11-r0 release

This commit is contained in:
Bitnami Bot
2022-06-11 07:50:38 +00:00
committed by Bitnami Containers
parent 526e8cedc1
commit 82377b1764
3 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.22.0-1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-150" --checksum b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-150" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.3.15-150" --checksum 8346cfcdc7313e88801d45edc8f7cd6d1a5d02d95c4c3f69ae69400afebc6a86
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.3.16-0" --checksum 3692c4ed053a3ba6a16aed2122fd5b22049170a47001f349602c87501284d367
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -25,7 +25,7 @@ RUN /opt/bitnami/scripts/php/postunpack.sh
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 APP_VERSION="9.3.15" \
ENV APP_VERSION="9.3.16" \
BITNAMI_APP_NAME="drupal-nginx" \
NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \

View File

@@ -1,10 +1,10 @@
{
"drupal": {
"arch": "amd64",
"digest": "8346cfcdc7313e88801d45edc8f7cd6d1a5d02d95c4c3f69ae69400afebc6a86",
"digest": "3692c4ed053a3ba6a16aed2122fd5b22049170a47001f349602c87501284d367",
"distro": "debian-11",
"type": "NAMI",
"version": "9.3.15-150"
"version": "9.3.16-0"
},
"gosu": {
"arch": "amd64",

View File

@@ -35,7 +35,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-11`, `9.3.15`, `9.3.15-debian-11-r4`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal-nginx/blob/9.3.15-debian-11-r4/9/debian-11/Dockerfile)
* [`9`, `9-debian-11`, `9.3.16`, `9.3.16-debian-11-r0`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal-nginx/blob/9.3.16-debian-11-r0/9/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/drupal-nginx GitHub repo](https://github.com/bitnami/bitnami-docker-drupal-nginx).