From 90140bca563542c187ae9852cf926107fe09281b Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 26 Jan 2023 14:19:15 +0100 Subject: [PATCH] [bitnami/matomo] Release 4.13.2-debian-11-r0 (#21829) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/matomo/4/debian-11/Dockerfile | 8 ++++---- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/matomo/4/debian-11/tags-info.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/matomo/4/debian-11/Dockerfile b/bitnami/matomo/4/debian-11/Dockerfile index 1b9046602f1a..649946c66405 100644 --- a/bitnami/matomo/4/debian-11/Dockerfile +++ b/bitnami/matomo/4/debian-11/Dockerfile @@ -5,11 +5,11 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="4.13.1-debian-11-r4" \ + org.opencontainers.image.ref.name="4.13.2-debian-11-r0" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/matomo" \ org.opencontainers.image.title="matomo" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="4.13.1" + org.opencontainers.image.version="4.13.2" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -28,7 +28,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ "libphp-8.1.14-2-linux-${OS_ARCH}-debian-11" \ "ini-file-1.4.5-0-linux-${OS_ARCH}-debian-11" \ "render-template-1.0.5-0-linux-${OS_ARCH}-debian-11" \ - "matomo-4.13.1-1-linux-${OS_ARCH}-debian-11" \ + "matomo-4.13.2-0-linux-${OS_ARCH}-debian-11" \ "gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -53,7 +53,7 @@ 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="4.13.1" \ + APP_VERSION="4.13.2" \ BITNAMI_APP_NAME="matomo" \ PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH" diff --git a/bitnami/matomo/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/matomo/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 4b09c2760ca2..54346d665220 100644 --- a/bitnami/matomo/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/matomo/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -29,10 +29,10 @@ }, "matomo": { "arch": "amd64", - "digest": "fabce23ed6751d3d6fde6db7ab0f1eaa26eb4f91174aa5dec6997d1ca15889c1", + "digest": "ef4a582608b052c33a20a3494354764b175643ca106c14a809128fc70f980247", "distro": "debian-11", "type": "NAMI", - "version": "4.13.1-1" + "version": "4.13.2-0" }, "mysql-client": { "arch": "amd64", diff --git a/bitnami/matomo/4/debian-11/tags-info.yaml b/bitnami/matomo/4/debian-11/tags-info.yaml index cc7d9f240882..4744a6f0c124 100644 --- a/bitnami/matomo/4/debian-11/tags-info.yaml +++ b/bitnami/matomo/4/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "4" - "4-debian-11" - - "4.13.1" + - "4.13.2" - "latest"