From d2bd8397a7971770bfd49cc3145f4efc401be447 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 15:27:00 +0000 Subject: [PATCH 1/2] Update 2fauth/2fauth Docker tag to v5.5.0 --- apps/2fauth/5.4.3/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/2fauth/5.4.3/docker-compose.yml b/apps/2fauth/5.4.3/docker-compose.yml index 009e40a24..db690ccdb 100644 --- a/apps/2fauth/5.4.3/docker-compose.yml +++ b/apps/2fauth/5.4.3/docker-compose.yml @@ -1,6 +1,6 @@ services: 2fauth: - image: "2fauth/2fauth:5.4.3" + image: "2fauth/2fauth:5.5.0" container_name: ${CONTAINER_NAME} restart: always networks: From 3f4d61d1240361bf98def5e4eee8a40f104319dd Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 28 Mar 2025 15:27:11 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/2fauth/{5.4.3 => 5.5.0}/.env.sample | 0 apps/2fauth/{5.4.3 => 5.5.0}/data.yml | 0 apps/2fauth/{5.4.3 => 5.5.0}/data/.gitkeep | 0 apps/2fauth/{5.4.3 => 5.5.0}/docker-compose.yml | 0 apps/2fauth/{5.4.3 => 5.5.0}/scripts/init.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename apps/2fauth/{5.4.3 => 5.5.0}/.env.sample (100%) rename apps/2fauth/{5.4.3 => 5.5.0}/data.yml (100%) rename apps/2fauth/{5.4.3 => 5.5.0}/data/.gitkeep (100%) rename apps/2fauth/{5.4.3 => 5.5.0}/docker-compose.yml (100%) rename apps/2fauth/{5.4.3 => 5.5.0}/scripts/init.sh (100%) diff --git a/apps/2fauth/5.4.3/.env.sample b/apps/2fauth/5.5.0/.env.sample similarity index 100% rename from apps/2fauth/5.4.3/.env.sample rename to apps/2fauth/5.5.0/.env.sample diff --git a/apps/2fauth/5.4.3/data.yml b/apps/2fauth/5.5.0/data.yml similarity index 100% rename from apps/2fauth/5.4.3/data.yml rename to apps/2fauth/5.5.0/data.yml diff --git a/apps/2fauth/5.4.3/data/.gitkeep b/apps/2fauth/5.5.0/data/.gitkeep similarity index 100% rename from apps/2fauth/5.4.3/data/.gitkeep rename to apps/2fauth/5.5.0/data/.gitkeep diff --git a/apps/2fauth/5.4.3/docker-compose.yml b/apps/2fauth/5.5.0/docker-compose.yml similarity index 100% rename from apps/2fauth/5.4.3/docker-compose.yml rename to apps/2fauth/5.5.0/docker-compose.yml diff --git a/apps/2fauth/5.4.3/scripts/init.sh b/apps/2fauth/5.5.0/scripts/init.sh similarity index 100% rename from apps/2fauth/5.4.3/scripts/init.sh rename to apps/2fauth/5.5.0/scripts/init.sh