9.3.7-debian-10-r11 release

This commit is contained in:
Bitnami Bot
2022-03-14 23:02:00 +00:00
parent ca83431675
commit 5b071ab040
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.7-debian-10-r10" \
BITNAMI_IMAGE_VERSION="9.3.7-debian-10-r11" \
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"