From 5814e2fa92d2585570511f04d3e07d8bbdc23694 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:59:14 +0000 Subject: [PATCH 1/2] chore(deps): update 2fauth/2fauth docker tag to v5.4.2 --- apps/2fauth/5.4.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/2fauth/5.4.0/docker-compose.yml b/apps/2fauth/5.4.0/docker-compose.yml index 8f35f783..2011b8ac 100644 --- a/apps/2fauth/5.4.0/docker-compose.yml +++ b/apps/2fauth/5.4.0/docker-compose.yml @@ -1,6 +1,6 @@ services: 2fauth: - image: "2fauth/2fauth:5.4.0" + image: "2fauth/2fauth:5.4.2" container_name: ${CONTAINER_NAME} restart: always networks: From aa900039eb6e5436b089bc275e33fde14c7ce9e1 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Mon, 18 Nov 2024 17:59:29 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/2fauth/{5.4.0 => 5.4.2}/.env.sample | 0 apps/2fauth/{5.4.0 => 5.4.2}/data.yml | 0 apps/2fauth/{5.4.0 => 5.4.2}/data/.gitkeep | 0 apps/2fauth/{5.4.0 => 5.4.2}/docker-compose.yml | 0 apps/2fauth/{5.4.0 => 5.4.2}/scripts/init.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename apps/2fauth/{5.4.0 => 5.4.2}/.env.sample (100%) rename apps/2fauth/{5.4.0 => 5.4.2}/data.yml (100%) rename apps/2fauth/{5.4.0 => 5.4.2}/data/.gitkeep (100%) rename apps/2fauth/{5.4.0 => 5.4.2}/docker-compose.yml (100%) rename apps/2fauth/{5.4.0 => 5.4.2}/scripts/init.sh (100%) diff --git a/apps/2fauth/5.4.0/.env.sample b/apps/2fauth/5.4.2/.env.sample similarity index 100% rename from apps/2fauth/5.4.0/.env.sample rename to apps/2fauth/5.4.2/.env.sample diff --git a/apps/2fauth/5.4.0/data.yml b/apps/2fauth/5.4.2/data.yml similarity index 100% rename from apps/2fauth/5.4.0/data.yml rename to apps/2fauth/5.4.2/data.yml diff --git a/apps/2fauth/5.4.0/data/.gitkeep b/apps/2fauth/5.4.2/data/.gitkeep similarity index 100% rename from apps/2fauth/5.4.0/data/.gitkeep rename to apps/2fauth/5.4.2/data/.gitkeep diff --git a/apps/2fauth/5.4.0/docker-compose.yml b/apps/2fauth/5.4.2/docker-compose.yml similarity index 100% rename from apps/2fauth/5.4.0/docker-compose.yml rename to apps/2fauth/5.4.2/docker-compose.yml diff --git a/apps/2fauth/5.4.0/scripts/init.sh b/apps/2fauth/5.4.2/scripts/init.sh similarity index 100% rename from apps/2fauth/5.4.0/scripts/init.sh rename to apps/2fauth/5.4.2/scripts/init.sh