From 075748a02d992a1d9aab7b2f241db226f5e4c276 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:20:27 +0000 Subject: [PATCH 1/2] chore(deps): update 2fauth/2fauth docker tag to v5.4.3 --- apps/2fauth/5.4.2/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/2fauth/5.4.2/docker-compose.yml b/apps/2fauth/5.4.2/docker-compose.yml index 2011b8ac6..009e40a24 100644 --- a/apps/2fauth/5.4.2/docker-compose.yml +++ b/apps/2fauth/5.4.2/docker-compose.yml @@ -1,6 +1,6 @@ services: 2fauth: - image: "2fauth/2fauth:5.4.2" + image: "2fauth/2fauth:5.4.3" container_name: ${CONTAINER_NAME} restart: always networks: From 4dcc9be705f02cf80423bd3e957191d140acc927 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 4 Dec 2024 15:20:39 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/2fauth/{5.4.2 => 5.4.3}/.env.sample | 0 apps/2fauth/{5.4.2 => 5.4.3}/data.yml | 0 apps/2fauth/{5.4.2 => 5.4.3}/data/.gitkeep | 0 apps/2fauth/{5.4.2 => 5.4.3}/docker-compose.yml | 0 apps/2fauth/{5.4.2 => 5.4.3}/scripts/init.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename apps/2fauth/{5.4.2 => 5.4.3}/.env.sample (100%) rename apps/2fauth/{5.4.2 => 5.4.3}/data.yml (100%) rename apps/2fauth/{5.4.2 => 5.4.3}/data/.gitkeep (100%) rename apps/2fauth/{5.4.2 => 5.4.3}/docker-compose.yml (100%) rename apps/2fauth/{5.4.2 => 5.4.3}/scripts/init.sh (100%) diff --git a/apps/2fauth/5.4.2/.env.sample b/apps/2fauth/5.4.3/.env.sample similarity index 100% rename from apps/2fauth/5.4.2/.env.sample rename to apps/2fauth/5.4.3/.env.sample diff --git a/apps/2fauth/5.4.2/data.yml b/apps/2fauth/5.4.3/data.yml similarity index 100% rename from apps/2fauth/5.4.2/data.yml rename to apps/2fauth/5.4.3/data.yml diff --git a/apps/2fauth/5.4.2/data/.gitkeep b/apps/2fauth/5.4.3/data/.gitkeep similarity index 100% rename from apps/2fauth/5.4.2/data/.gitkeep rename to apps/2fauth/5.4.3/data/.gitkeep diff --git a/apps/2fauth/5.4.2/docker-compose.yml b/apps/2fauth/5.4.3/docker-compose.yml similarity index 100% rename from apps/2fauth/5.4.2/docker-compose.yml rename to apps/2fauth/5.4.3/docker-compose.yml diff --git a/apps/2fauth/5.4.2/scripts/init.sh b/apps/2fauth/5.4.3/scripts/init.sh similarity index 100% rename from apps/2fauth/5.4.2/scripts/init.sh rename to apps/2fauth/5.4.3/scripts/init.sh