From 1d66f7a5f0d8c38a4d486a48ca91f474db986f8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 01:34:35 +0000 Subject: [PATCH 1/2] chore(deps): update matomo docker tag to v5.1.0 --- apps/matomo/5.0.3-fpm-alpine/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/matomo/5.0.3-fpm-alpine/docker-compose.yml b/apps/matomo/5.0.3-fpm-alpine/docker-compose.yml index 844aa149..ba9234cc 100644 --- a/apps/matomo/5.0.3-fpm-alpine/docker-compose.yml +++ b/apps/matomo/5.0.3-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.0.3-fpm-alpine + image: matomo:5.1.0-fpm-alpine labels: createdBy: Apps From 961061295b2e392ade0d5ceff31db209af211998 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 12 Jun 2024 01:34:49 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/matomo/{5.0.3-fpm-alpine => 5.1.0-fpm-alpine}/.env.sample | 0 apps/matomo/{5.0.3-fpm-alpine => 5.1.0-fpm-alpine}/data.yml | 0 .../{5.0.3-fpm-alpine => 5.1.0-fpm-alpine}/data/matomo.conf | 0 .../{5.0.3-fpm-alpine => 5.1.0-fpm-alpine}/docker-compose.yml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename apps/matomo/{5.0.3-fpm-alpine => 5.1.0-fpm-alpine}/.env.sample (100%) rename apps/matomo/{5.0.3-fpm-alpine => 5.1.0-fpm-alpine}/data.yml (100%) rename apps/matomo/{5.0.3-fpm-alpine => 5.1.0-fpm-alpine}/data/matomo.conf (100%) rename apps/matomo/{5.0.3-fpm-alpine => 5.1.0-fpm-alpine}/docker-compose.yml (100%) diff --git a/apps/matomo/5.0.3-fpm-alpine/.env.sample b/apps/matomo/5.1.0-fpm-alpine/.env.sample similarity index 100% rename from apps/matomo/5.0.3-fpm-alpine/.env.sample rename to apps/matomo/5.1.0-fpm-alpine/.env.sample diff --git a/apps/matomo/5.0.3-fpm-alpine/data.yml b/apps/matomo/5.1.0-fpm-alpine/data.yml similarity index 100% rename from apps/matomo/5.0.3-fpm-alpine/data.yml rename to apps/matomo/5.1.0-fpm-alpine/data.yml diff --git a/apps/matomo/5.0.3-fpm-alpine/data/matomo.conf b/apps/matomo/5.1.0-fpm-alpine/data/matomo.conf similarity index 100% rename from apps/matomo/5.0.3-fpm-alpine/data/matomo.conf rename to apps/matomo/5.1.0-fpm-alpine/data/matomo.conf diff --git a/apps/matomo/5.0.3-fpm-alpine/docker-compose.yml b/apps/matomo/5.1.0-fpm-alpine/docker-compose.yml similarity index 100% rename from apps/matomo/5.0.3-fpm-alpine/docker-compose.yml rename to apps/matomo/5.1.0-fpm-alpine/docker-compose.yml