9.3.16-debian-11-r2 release

This commit is contained in:
Bitnami Bot 2022-06-14 17:53:10 +00:00 committed by Bitnami Containers
parent 93568dba5a
commit c00769a1c9
3 changed files with 4 additions and 4 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.16-0" --checksum 3692c4ed053a3ba6a16aed2122fd5b22049170a47001f349602c87501284d367
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.3.16-1" --checksum b58bce11e572787a1c5bf343c139b87809f96ad36a2fe4de32723521fd6edf98
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

View File

@ -1,10 +1,10 @@
{
"drupal": {
"arch": "amd64",
"digest": "3692c4ed053a3ba6a16aed2122fd5b22049170a47001f349602c87501284d367",
"digest": "b58bce11e572787a1c5bf343c139b87809f96ad36a2fe4de32723521fd6edf98",
"distro": "debian-11",
"type": "NAMI",
"version": "9.3.16-0"
"version": "9.3.16-1"
},
"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.16`, `9.3.16-debian-11-r1`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal-nginx/blob/9.3.16-debian-11-r1/9/debian-11/Dockerfile)
* [`9`, `9-debian-11`, `9.3.16`, `9.3.16-debian-11-r2`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal-nginx/blob/9.3.16-debian-11-r2/9/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/drupal-nginx GitHub repo](https://github.com/bitnami/bitnami-docker-drupal-nginx).