9.3.3-debian-10-r6 release

This commit is contained in:
Bitnami Bot
2022-01-27 19:03:59 +00:00
parent 0eb214d73b
commit e997a90e48
2 changed files with 3 additions and 3 deletions

View File

@@ -20,13 +20,13 @@ RUN apt-get update && apt-get upgrade -y && \
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/php/postunpack.sh
RUN /opt/bitnami/scripts/nginx/postunpack.sh
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 BITNAMI_APP_NAME="drupal-nginx" \
BITNAMI_IMAGE_VERSION="9.3.3-debian-10-r5" \
BITNAMI_IMAGE_VERSION="9.3.3-debian-10-r6" \
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"