4.4.39-debian-10-r17 release

This commit is contained in:
Bitnami Bot
2022-03-23 04:08:07 +00:00
parent 72519bf313
commit c0e7ca494d
2 changed files with 5 additions and 4 deletions

View File

@@ -20,8 +20,9 @@ COPY rootfs /
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
RUN /opt/bitnami/scripts/php/postunpack.sh
RUN /opt/bitnami/scripts/symfony/postunpack.sh
ENV BITNAMI_APP_NAME="symfony" \
BITNAMI_IMAGE_VERSION="4.4.39-debian-10-r16" \
ENV APP_VERSION="4.4.39" \
BITNAMI_APP_NAME="symfony" \
BITNAMI_IMAGE_VERSION="4.4.39-debian-10-r17" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/mysql/bin:/opt/bitnami/symfony/bin:/opt/bitnami/common/bin:$PATH" \
PHP_ENABLE_OPCACHE="0"