9.3.14-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-05-26 06:28:11 +00:00 committed by Bitnami Containers
parent 71a10d4499
commit 0299132ef0
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.21.6-7
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-0" --checksum a288a3866c8d3b06951b6781c79a6e3551e99c159aafa1d3dfcaa3e54db93ea7
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-0" --checksum af5ec81cfb8e8420fe6af80a77d40da25e0f7e136abb6dde27267c97fb27cf8b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.3.13-0" --checksum 23893f23b3f9b302b2fca2576c82fc78189c59f7d92e28c5a0b5f1d5113c965d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "9.3.14-0" --checksum 11524f3d949799b1523b52d478b421823de76e12ec75720e6df34d459e43d176
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.13" \
ENV APP_VERSION="9.3.14" \
BITNAMI_APP_NAME="drupal-nginx" \
NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \

View File

@ -1,10 +1,10 @@
{
"drupal": {
"arch": "amd64",
"digest": "23893f23b3f9b302b2fca2576c82fc78189c59f7d92e28c5a0b5f1d5113c965d",
"digest": "11524f3d949799b1523b52d478b421823de76e12ec75720e6df34d459e43d176",
"distro": "debian-10",
"type": "NAMI",
"version": "9.3.13-0"
"version": "9.3.14-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-10`, `9.3.13`, `9.3.13-debian-10-r4`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal-nginx/blob/9.3.13-debian-10-r4/9/debian-10/Dockerfile)
* [`9`, `9-debian-10`, `9.3.14`, `9.3.14-debian-10-r0`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal-nginx/blob/9.3.14-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).