From 0450631e1f13bfdadcd3f21a4c9b79b0b6b77307 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 06:38:57 +0000 Subject: [PATCH 1/2] Update matomo Docker tag to v4.15.1 --- apps/matomo/4.15.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/matomo/4.15.0/docker-compose.yml b/apps/matomo/4.15.0/docker-compose.yml index 162c48cc..e3ad59d9 100644 --- a/apps/matomo/4.15.0/docker-compose.yml +++ b/apps/matomo/4.15.0/docker-compose.yml @@ -15,7 +15,7 @@ services: - MATOMO_DATABASE_PASSWORD=${PANEL_DB_USER_PASSWORD} - MATOMO_DATABASE_DBNAME=${PANEL_DB_NAME} - PHP_MEMORY_LIMIT=2048M - image: matomo:4.15.0-fpm-alpine + image: matomo:4.15.1-fpm-alpine labels: createdBy: Apps From 7d521c9840cc99200a7355a2db08e23a15258f68 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 3 Aug 2023 06:39:14 +0000 Subject: [PATCH 2/2] Update app version --- apps/matomo/{4.15.0 => 4.15.1-fpm-alpine}/.env.sample | 0 apps/matomo/{4.15.0 => 4.15.1-fpm-alpine}/data.yml | 0 apps/matomo/{4.15.0 => 4.15.1-fpm-alpine}/data/matomo.conf | 0 apps/matomo/{4.15.0 => 4.15.1-fpm-alpine}/docker-compose.yml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename apps/matomo/{4.15.0 => 4.15.1-fpm-alpine}/.env.sample (100%) rename apps/matomo/{4.15.0 => 4.15.1-fpm-alpine}/data.yml (100%) rename apps/matomo/{4.15.0 => 4.15.1-fpm-alpine}/data/matomo.conf (100%) rename apps/matomo/{4.15.0 => 4.15.1-fpm-alpine}/docker-compose.yml (100%) diff --git a/apps/matomo/4.15.0/.env.sample b/apps/matomo/4.15.1-fpm-alpine/.env.sample similarity index 100% rename from apps/matomo/4.15.0/.env.sample rename to apps/matomo/4.15.1-fpm-alpine/.env.sample diff --git a/apps/matomo/4.15.0/data.yml b/apps/matomo/4.15.1-fpm-alpine/data.yml similarity index 100% rename from apps/matomo/4.15.0/data.yml rename to apps/matomo/4.15.1-fpm-alpine/data.yml diff --git a/apps/matomo/4.15.0/data/matomo.conf b/apps/matomo/4.15.1-fpm-alpine/data/matomo.conf similarity index 100% rename from apps/matomo/4.15.0/data/matomo.conf rename to apps/matomo/4.15.1-fpm-alpine/data/matomo.conf diff --git a/apps/matomo/4.15.0/docker-compose.yml b/apps/matomo/4.15.1-fpm-alpine/docker-compose.yml similarity index 100% rename from apps/matomo/4.15.0/docker-compose.yml rename to apps/matomo/4.15.1-fpm-alpine/docker-compose.yml