From f5398342e57a75488794082c4c023f0e5c4b81b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 16:02:50 +0800 Subject: [PATCH] chore(deps): update 2fauth/2fauth docker tag to v5.3.0 (#2197) * chore(deps): update 2fauth/2fauth docker tag to v5.3.0 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- apps/2fauth/{5.2.0 => 5.3.0}/data.yml | 0 apps/2fauth/{5.2.0 => 5.3.0}/data/.gitkeep | 0 apps/2fauth/{5.2.0 => 5.3.0}/docker-compose.yml | 2 +- apps/2fauth/{5.2.0 => 5.3.0}/scripts/init.sh | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename apps/2fauth/{5.2.0 => 5.3.0}/data.yml (100%) rename apps/2fauth/{5.2.0 => 5.3.0}/data/.gitkeep (100%) rename apps/2fauth/{5.2.0 => 5.3.0}/docker-compose.yml (95%) rename apps/2fauth/{5.2.0 => 5.3.0}/scripts/init.sh (100%) diff --git a/apps/2fauth/5.2.0/data.yml b/apps/2fauth/5.3.0/data.yml similarity index 100% rename from apps/2fauth/5.2.0/data.yml rename to apps/2fauth/5.3.0/data.yml diff --git a/apps/2fauth/5.2.0/data/.gitkeep b/apps/2fauth/5.3.0/data/.gitkeep similarity index 100% rename from apps/2fauth/5.2.0/data/.gitkeep rename to apps/2fauth/5.3.0/data/.gitkeep diff --git a/apps/2fauth/5.2.0/docker-compose.yml b/apps/2fauth/5.3.0/docker-compose.yml similarity index 95% rename from apps/2fauth/5.2.0/docker-compose.yml rename to apps/2fauth/5.3.0/docker-compose.yml index fc9925955..f2d4fc963 100644 --- a/apps/2fauth/5.2.0/docker-compose.yml +++ b/apps/2fauth/5.3.0/docker-compose.yml @@ -1,6 +1,6 @@ services: 2fauth: - image: 2fauth/2fauth:5.2.0 + image: 2fauth/2fauth:5.3.0 container_name: ${CONTAINER_NAME} restart: always ports: diff --git a/apps/2fauth/5.2.0/scripts/init.sh b/apps/2fauth/5.3.0/scripts/init.sh similarity index 100% rename from apps/2fauth/5.2.0/scripts/init.sh rename to apps/2fauth/5.3.0/scripts/init.sh