4.9.1-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-04-27 11:10:34 +00:00 committed by Bitnami Containers
parent 37186f748a
commit da18f83569
3 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "8.0.18-0" --checksum 09f2b638d72f5d6ff94e8e5275b047d35e0333173cd758a168e5f66e9e21fc06
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.1-7" --checksum 7a4f45cbebd2e242278060415dd1a3f0dbe68991fdcaea5bb311e8de54a3e027
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-10" --checksum 97c2ae4b001c5937e888b920bee7b1a40a076680caac53ded6d10f6207d54565
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "matomo" "4.8.0-0" --checksum d422660894c83de2f3c48b290b64567ad131f37c07295e50506e5613bccf4100
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "matomo" "4.9.1-0" --checksum 12bac92465de61214288b9a85345bce78bce93555cc8495087c1135286ca9e87
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@ -30,7 +30,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.8.0" \
APP_VERSION="4.9.1" \
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"

View File

@ -29,10 +29,10 @@
},
"matomo": {
"arch": "amd64",
"digest": "d422660894c83de2f3c48b290b64567ad131f37c07295e50506e5613bccf4100",
"digest": "12bac92465de61214288b9a85345bce78bce93555cc8495087c1135286ca9e87",
"distro": "debian-10",
"type": "NAMI",
"version": "4.8.0-0"
"version": "4.9.1-0"
},
"mysql-client": {
"arch": "amd64",

View File

@ -37,7 +37,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.8.0`, `4.8.0-debian-10-r38`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-matomo/blob/4.8.0-debian-10-r38/4/debian-10/Dockerfile)
* [`4`, `4-debian-10`, `4.9.1`, `4.9.1-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-matomo/blob/4.9.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).