diff --git a/bitnami/matomo/3/ol-7/Dockerfile b/bitnami/matomo/3/ol-7/Dockerfile index d9f8f9da21ef..bc0e5f215cd3 100644 --- a/bitnami/matomo/3/ol-7/Dockerfile +++ b/bitnami/matomo/3/ol-7/Dockerfile @@ -1,12 +1,12 @@ -FROM bitnami/oraclelinux-extras:7-r109 +FROM bitnami/oraclelinux-extras:7-r110 LABEL maintainer "Bitnami " # Install required system packages and dependencies RUN install_packages bzip2-libs cyrus-sasl-lib expat freetds freetype glibc gmp gnutls keyutils-libs krb5-libs libcom_err libcurl libffi libgcc libgcrypt libgpg-error libicu libidn libjpeg-turbo libmcrypt libpng libselinux libssh2 libstdc++ libtasn1 libtidy libxml2 libxslt ncurses-libs nettle nspr nss nss-softokn-freebl nss-util openldap openssl-libs p11-kit pcre postgresql-libs readline sqlite xz-libs zlib RUN bitnami-pkg unpack apache-2.4.34-1 --checksum d06af72741b365147c39bb30ca9e1df1501d97c3c6a44b200e64c3c4eb7878f6 -RUN bitnami-pkg unpack php-7.0.32-0 --checksum 93f26a5a8cbdd046bbe1e3d029f4e7410cb6ea2a8a46f554e5327752277a4c5f +RUN bitnami-pkg unpack php-7.0.32-1 --checksum e4dc53e7136006e86064102fea76ffe2f3ac357c48ff7393eb3047fd82ae05b6 RUN bitnami-pkg unpack mysql-client-10.1.36-0 --checksum 066d5ea1a684175a9a9709a0d7d1585067324f58bcd8a569d1fd8e61028dc71b -RUN bitnami-pkg install libphp-7.0.31-0 --checksum 760bd9fad0870ff05810f287701879a858ee8952a146864aa06b18f8143ac3c5 +RUN bitnami-pkg install libphp-7.0.32-2 --checksum a9477d2211a4d63d3894d43767c796305e55b196182223d1ad986455f1daf1de RUN bitnami-pkg unpack matomo-3.6.0-1 --checksum 76746cd69511b1646d5ffe47a1ed6b7ee544df2f948d382f40c1e212ba50202d COPY rootfs / @@ -14,7 +14,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \ APACHE_HTTPS_PORT_NUMBER="443" \ APACHE_HTTP_PORT_NUMBER="80" \ BITNAMI_APP_NAME="matomo" \ - BITNAMI_IMAGE_VERSION="3.6.0-ol-7-r11" \ + BITNAMI_IMAGE_VERSION="3.6.0-ol-7-r12" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/matomo/README.md b/bitnami/matomo/README.md index 2a4cd0d5ed43..7381990552d0 100644 --- a/bitnami/matomo/README.md +++ b/bitnami/matomo/README.md @@ -30,7 +30,7 @@ $ docker-compose up -d Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/). -* [`3-ol-7`, `3.6.0-ol-7-r11` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-matomo/blob/3.6.0-ol-7-r11/3/ol-7/Dockerfile) +* [`3-ol-7`, `3.6.0-ol-7-r12` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-matomo/blob/3.6.0-ol-7-r12/3/ol-7/Dockerfile) * [`3-debian-9`, `3.6.0-debian-9-r8`, `3`, `3.6.0`, `3.6.0-r8`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-matomo/blob/3.6.0-debian-9-r8/3/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/matomo GitHub repo](https://github.com/bitnami/bitnami-docker-matomo).