From 83263fb700ff96b5762a0cc10f0742c91a5a6923 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 17 Oct 2018 03:03:11 +0000 Subject: [PATCH] 3.6.0-ol-7-r28 release --- bitnami/matomo/3/ol-7/Dockerfile | 6 +++--- bitnami/matomo/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/matomo/3/ol-7/Dockerfile b/bitnami/matomo/3/ol-7/Dockerfile index d5a5047f33f0..afc8cd024220 100644 --- a/bitnami/matomo/3/ol-7/Dockerfile +++ b/bitnami/matomo/3/ol-7/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/oraclelinux-extras:7-r139 +FROM bitnami/oraclelinux-extras:7-r140 LABEL maintainer "Bitnami " # Install required system packages and dependencies @@ -6,7 +6,7 @@ RUN install_packages bzip2-libs cyrus-sasl-lib expat freetds freetype glibc gmp RUN bitnami-pkg unpack apache-2.4.35-1 --checksum 11cde93a3a8e89ff1a113e75008485d5e9213adae847d64ac4299b1533d43173 RUN bitnami-pkg unpack php-7.1.23-0 --checksum 2bed406160aa91e888eda47df01d9d55a8fbba40b78f806ca2bc481c5aca0754 RUN bitnami-pkg unpack mysql-client-10.1.36-0 --checksum 066d5ea1a684175a9a9709a0d7d1585067324f58bcd8a569d1fd8e61028dc71b -RUN bitnami-pkg unpack libphp-7.1.22-2 --checksum 8abad49bc487f1db36bac51381c7cb17bbbeedfc1ffa095785545d862fc4af31 +RUN bitnami-pkg unpack libphp-7.1.23-0 --checksum 5aa0f114c70b55f767678825ef9107923c5c13c3b7add639ba813d6995e07072 RUN bitnami-pkg unpack matomo-3.6.0-2 --checksum 477b2feb1498af45e754815175d479ad2865cbc35de2157c4cf2f984e27bf68c 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-r27" \ + BITNAMI_IMAGE_VERSION="3.6.0-ol-7-r28" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/matomo/README.md b/bitnami/matomo/README.md index bf225eac263d..14fed5c0fc81 100644 --- a/bitnami/matomo/README.md +++ b/bitnami/matomo/README.md @@ -35,7 +35,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-r27` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-matomo/blob/3.6.0-ol-7-r27/3/ol-7/Dockerfile) +* [`3-ol-7`, `3.6.0-ol-7-r28` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-matomo/blob/3.6.0-ol-7-r28/3/ol-7/Dockerfile) * [`3-debian-9`, `3.6.0-debian-9-r23`, `3`, `3.6.0`, `3.6.0-r23`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-matomo/blob/3.6.0-debian-9-r23/3/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/matomo GitHub repo](https://github.com/bitnami/bitnami-docker-matomo).