[bitnami/php-fpm] Release 8.4.12-debian-12-r4 (#86167)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
f00d9f050a
commit
7e8bb0fa9c
|
|
@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||||
org.opencontainers.image.created="2025-09-07T02:17:07Z" \
|
org.opencontainers.image.created="2025-09-14T06:17:27Z" \
|
||||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/php-fpm/README.md" \
|
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/php-fpm/README.md" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/php-fpm" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/php-fpm" \
|
||||||
|
|
@ -47,7 +47,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
||||||
|
|
||||||
ENV APP_VERSION="8.4.12" \
|
ENV APP_VERSION="8.4.12" \
|
||||||
BITNAMI_APP_NAME="php-fpm" \
|
BITNAMI_APP_NAME="php-fpm" \
|
||||||
IMAGE_REVISION="3" \
|
IMAGE_REVISION="4" \
|
||||||
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH"
|
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH"
|
||||||
|
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue