From 6c37b73f570eae8335d2251d8b3fc6388d0c1f0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 16:20:21 +0000 Subject: [PATCH 1/2] Update matomo Docker tag to v5.3.1 --- matomo/5.2.0-fpm-alpine/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matomo/5.2.0-fpm-alpine/docker-compose.yml b/matomo/5.2.0-fpm-alpine/docker-compose.yml index 75ccb8321..5614be6e1 100644 --- a/matomo/5.2.0-fpm-alpine/docker-compose.yml +++ b/matomo/5.2.0-fpm-alpine/docker-compose.yml @@ -14,7 +14,7 @@ services: - MATOMO_DATABASE_PASSWORD=${PANEL_DB_USER_PASSWORD} - MATOMO_DATABASE_DBNAME=${PANEL_DB_NAME} - PHP_MEMORY_LIMIT=2048M - image: matomo:5.2.0-fpm-alpine + image: matomo:5.3.1-fpm-alpine labels: createdBy: Apps From 99510d7f6bdc74d1d9f5ccaae75f21f1ac101898 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sun, 23 Mar 2025 16:20:30 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- matomo/{5.2.0-fpm-alpine => 5.3.1-fpm-alpine}/.env.sample | 0 matomo/{5.2.0-fpm-alpine => 5.3.1-fpm-alpine}/data.yml | 0 matomo/{5.2.0-fpm-alpine => 5.3.1-fpm-alpine}/data/matomo.conf | 0 matomo/{5.2.0-fpm-alpine => 5.3.1-fpm-alpine}/docker-compose.yml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename matomo/{5.2.0-fpm-alpine => 5.3.1-fpm-alpine}/.env.sample (100%) rename matomo/{5.2.0-fpm-alpine => 5.3.1-fpm-alpine}/data.yml (100%) rename matomo/{5.2.0-fpm-alpine => 5.3.1-fpm-alpine}/data/matomo.conf (100%) rename matomo/{5.2.0-fpm-alpine => 5.3.1-fpm-alpine}/docker-compose.yml (100%) diff --git a/matomo/5.2.0-fpm-alpine/.env.sample b/matomo/5.3.1-fpm-alpine/.env.sample similarity index 100% rename from matomo/5.2.0-fpm-alpine/.env.sample rename to matomo/5.3.1-fpm-alpine/.env.sample diff --git a/matomo/5.2.0-fpm-alpine/data.yml b/matomo/5.3.1-fpm-alpine/data.yml similarity index 100% rename from matomo/5.2.0-fpm-alpine/data.yml rename to matomo/5.3.1-fpm-alpine/data.yml diff --git a/matomo/5.2.0-fpm-alpine/data/matomo.conf b/matomo/5.3.1-fpm-alpine/data/matomo.conf similarity index 100% rename from matomo/5.2.0-fpm-alpine/data/matomo.conf rename to matomo/5.3.1-fpm-alpine/data/matomo.conf diff --git a/matomo/5.2.0-fpm-alpine/docker-compose.yml b/matomo/5.3.1-fpm-alpine/docker-compose.yml similarity index 100% rename from matomo/5.2.0-fpm-alpine/docker-compose.yml rename to matomo/5.3.1-fpm-alpine/docker-compose.yml