diff --git a/bitnami/matomo/5/debian-12/Dockerfile b/bitnami/matomo/5/debian-12/Dockerfile index 804f47523240..ad0a40a669ed 100644 --- a/bitnami/matomo/5/debian-12/Dockerfile +++ b/bitnami/matomo/5/debian-12/Dockerfile @@ -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-08-28T12:42:44Z" \ + org.opencontainers.image.created="2025-09-07T01:39:49Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/matomo/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/matomo" \ @@ -28,12 +28,12 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "render-template-1.0.9-155-linux-${OS_ARCH}-debian-12" \ - "php-8.2.29-7-linux-${OS_ARCH}-debian-12" \ + "render-template-1.0.9-156-linux-${OS_ARCH}-debian-12" \ + "php-8.2.29-8-linux-${OS_ARCH}-debian-12" \ "apache-2.4.65-1-linux-${OS_ARCH}-debian-12" \ "mysql-client-12.0.2-0-linux-${OS_ARCH}-debian-12" \ - "libphp-8.2.29-5-linux-${OS_ARCH}-debian-12" \ - "ini-file-1.4.9-0-linux-${OS_ARCH}-debian-12" \ + "libphp-8.2.29-6-linux-${OS_ARCH}-debian-12" \ + "ini-file-1.4.9-1-linux-${OS_ARCH}-debian-12" \ "matomo-5.4.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -61,7 +61,7 @@ ENV APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ APP_VERSION="5.4.0" \ BITNAMI_APP_NAME="matomo" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:$PATH" EXPOSE 8080 8443