From 005aa9cbebd07688ba473275578beeeb5a405752 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 22 Apr 2026 06:57:27 +0200 Subject: [PATCH] [bitnami/matomo] Release 5.9.0-debian-12-r0 (#92602) Signed-off-by: Bitnami Bot --- bitnami/matomo/5/debian-12/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/matomo/5/debian-12/Dockerfile b/bitnami/matomo/5/debian-12/Dockerfile index 85b69184d5c0..f399cf797189 100644 --- a/bitnami/matomo/5/debian-12/Dockerfile +++ b/bitnami/matomo/5/debian-12/Dockerfile @@ -7,13 +7,13 @@ 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="2026-04-15T14:26:03Z" \ + org.opencontainers.image.created="2026-04-22T04:41:43Z" \ 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" \ org.opencontainers.image.title="matomo" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="5.8.0" + org.opencontainers.image.version="5.9.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -35,7 +35,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ "postgresql-lib-18.3.0-0-linux-${OS_ARCH}-debian-12" \ "libphp-8.4.20-0-linux-${OS_ARCH}-debian-12" \ "ini-file-1.4.9-9-linux-${OS_ARCH}-debian-12" \ - "matomo-5.8.0-0-linux-${OS_ARCH}-debian-12" \ + "matomo-5.9.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -60,9 +60,9 @@ RUN /opt/bitnami/scripts/matomo/postunpack.sh RUN /opt/bitnami/scripts/mysql-client/postunpack.sh ENV APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ - APP_VERSION="5.8.0" \ + APP_VERSION="5.9.0" \ BITNAMI_APP_NAME="matomo" \ - IMAGE_REVISION="5" \ + IMAGE_REVISION="0" \ LD_LIBRARY_PATH="/opt/bitnami/postgresql/lib:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:$PATH"