[bitnami/matomo] Release 4.11.0-debian-11-r0 (#2075)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
a46df2dd3c
commit
2ebb055899
|
|
@ -14,7 +14,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "1
|
|||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "8.0.22-0" --checksum 7f3636987ca9be9c80a8f97bc1240417d5d970dba0d49495d8fcf71f2e6b3026
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.3-151" --checksum 3f23f4fff5bd0ebead5b1a59c450e7b9806198864ff9c765439df14bfb9e1cf4
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-151" --checksum 9690a34674f152e55c71a55275265314ed1bb29e0be8a75d7880488509f70deb
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "matomo" "4.10.1-151" --checksum eebd9f291eafdead3c3bf94b9b0e1d1bd16f81e08134ef045daf6442b799850c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "matomo" "4.11.0-0" --checksum 71a1500921517b40ecff646381d3bd54fc6f433252ac0ecc3abdc5aeb001fe04
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -29,7 +29,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.10.1" \
|
||||
APP_VERSION="4.11.0" \
|
||||
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"
|
||||
|
||||
|
|
|
|||
|
|
@ -29,10 +29,10 @@
|
|||
},
|
||||
"matomo": {
|
||||
"arch": "amd64",
|
||||
"digest": "eebd9f291eafdead3c3bf94b9b0e1d1bd16f81e08134ef045daf6442b799850c",
|
||||
"digest": "71a1500921517b40ecff646381d3bd54fc6f433252ac0ecc3abdc5aeb001fe04",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.10.1-151"
|
||||
"version": "4.11.0-0"
|
||||
},
|
||||
"mysql-client": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -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-11`, `4.10.1`, `4.10.1-debian-11-r23`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/matomo/4/debian-11/Dockerfile)
|
||||
* [`4`, `4-debian-11`, `4.11.0`, `4.11.0-debian-11-r0`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/matomo/4/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue