[bitnami/laravel] Release 12.7.1-debian-12-r5 (#87730)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-10-16 20:48:06 +02:00 committed by GitHub
parent bf1c92a14f
commit 576894696e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-10-16T12:21:40Z" \
org.opencontainers.image.created="2025-10-16T18:18:43Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/laravel/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/laravel" \
@ -52,7 +52,7 @@ RUN /opt/bitnami/scripts/laravel/postunpack.sh
RUN /opt/bitnami/scripts/php/postunpack.sh
ENV APP_VERSION="12.7.1" \
BITNAMI_APP_NAME="laravel" \
IMAGE_REVISION="4" \
IMAGE_REVISION="5" \
NODE_PATH="/opt/bitnami/node/lib/node_modules" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/node/bin:$PATH" \
PHP_ENABLE_OPCACHE="0"