From 28db356991377bc1be0851ce0ec240b7d6b78feb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:39:21 +0000 Subject: [PATCH 1/2] Update mtphotos/mt-photos Docker tag to v1.36.1 --- apps/mt-photos/1.36.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mt-photos/1.36.0/docker-compose.yml b/apps/mt-photos/1.36.0/docker-compose.yml index 451bbd2a..bdc74038 100644 --- a/apps/mt-photos/1.36.0/docker-compose.yml +++ b/apps/mt-photos/1.36.0/docker-compose.yml @@ -1,6 +1,6 @@ services: mt-photos: - image: "mtphotos/mt-photos:1.36.0" + image: "mtphotos/mt-photos:1.36.1" container_name: ${CONTAINER_NAME} restart: always networks: From 843d49924d154fb33d8470003c81c95b2216e80d Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 13:39:32 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/mt-photos/{1.36.0 => 1.36.1}/.env.sample | 0 apps/mt-photos/{1.36.0 => 1.36.1}/data.yml | 0 apps/mt-photos/{1.36.0 => 1.36.1}/docker-compose.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename apps/mt-photos/{1.36.0 => 1.36.1}/.env.sample (100%) rename apps/mt-photos/{1.36.0 => 1.36.1}/data.yml (100%) rename apps/mt-photos/{1.36.0 => 1.36.1}/docker-compose.yml (100%) diff --git a/apps/mt-photos/1.36.0/.env.sample b/apps/mt-photos/1.36.1/.env.sample similarity index 100% rename from apps/mt-photos/1.36.0/.env.sample rename to apps/mt-photos/1.36.1/.env.sample diff --git a/apps/mt-photos/1.36.0/data.yml b/apps/mt-photos/1.36.1/data.yml similarity index 100% rename from apps/mt-photos/1.36.0/data.yml rename to apps/mt-photos/1.36.1/data.yml diff --git a/apps/mt-photos/1.36.0/docker-compose.yml b/apps/mt-photos/1.36.1/docker-compose.yml similarity index 100% rename from apps/mt-photos/1.36.0/docker-compose.yml rename to apps/mt-photos/1.36.1/docker-compose.yml