diff --git a/bitnami/matomo/4/debian-10/Dockerfile b/bitnami/matomo/4/debian-10/Dockerfile index 303db87f70d1..e029f7bdbe76 100644 --- a/bitnami/matomo/4/debian-10/Dockerfile +++ b/bitnami/matomo/4/debian-10/Dockerfile @@ -15,14 +15,14 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "1 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.4.26-0" --checksum e30f91e2e21a90772e04b795c2db35d1f0f5d934f4fcb2a1d872e50c32fc8bff RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.1-0" --checksum 3d189e4b1fcdc330fb84c14a7c6fb296deff37d3142d9a17fe0c9a5dba51ef6d RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-3" --checksum cddf51b3cb59d65d5d30e3fe37e99d8d53375ad88f0cc474019a52e6d8b4fc58 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "matomo" "4.5.0-0" --checksum 0d74aa0ae1da5e66eeffeaa4b56f0bd0e738b341dcbb65b7665ddefd8da435bf +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "matomo" "4.6.1-0" --checksum 51dfcba8869b18f796da293c889220a6ea5d043602747bebef43cb4d9c3961d3 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e RUN chmod g+rwX /opt/bitnami RUN sed -i -e '/pam_loginuid.so/ s/^#*/#/' /etc/pam.d/cron COPY rootfs / -RUN /opt/bitnami/scripts/php/postunpack.sh RUN /opt/bitnami/scripts/apache/postunpack.sh +RUN /opt/bitnami/scripts/php/postunpack.sh RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh RUN /opt/bitnami/scripts/matomo/postunpack.sh RUN /opt/bitnami/scripts/mysql-client/postunpack.sh @@ -31,7 +31,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \ APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ BITNAMI_APP_NAME="matomo" \ - BITNAMI_IMAGE_VERSION="4.5.0-debian-10-r53" \ + BITNAMI_IMAGE_VERSION="4.6.1-debian-10-r0" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/matomo/4/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/matomo/4/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 69670d12d5a7..acda0cd594f0 100644 --- a/bitnami/matomo/4/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/matomo/4/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -29,10 +29,10 @@ }, "matomo": { "arch": "amd64", - "digest": "0d74aa0ae1da5e66eeffeaa4b56f0bd0e738b341dcbb65b7665ddefd8da435bf", + "digest": "51dfcba8869b18f796da293c889220a6ea5d043602747bebef43cb4d9c3961d3", "distro": "debian-10", "type": "NAMI", - "version": "4.5.0-0" + "version": "4.6.1-0" }, "mysql-client": { "arch": "amd64", diff --git a/bitnami/matomo/README.md b/bitnami/matomo/README.md index f3596e2a0db0..f2027486ce31 100644 --- a/bitnami/matomo/README.md +++ b/bitnami/matomo/README.md @@ -39,7 +39,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`4`, `4-debian-10`, `4.5.0`, `4.5.0-debian-10-r53`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-matomo/blob/4.5.0-debian-10-r53/4/debian-10/Dockerfile) +* [`4`, `4-debian-10`, `4.6.1`, `4.6.1-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-matomo/blob/4.6.1-debian-10-r0/4/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/matomo GitHub repo](https://github.com/bitnami/bitnami-docker-matomo).