From 61adb34b324b6af1ad8c4c393e6d7aa6844c31ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 22:48:35 +0800 Subject: [PATCH] chore(deps): update 2fauth/2fauth docker tag to v5.5.2 (#3671) * chore(deps): update 2fauth/2fauth docker tag to v5.5.2 * 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 --- 2fauth/{5.5.0 => 5.5.2}/data.yml | 0 2fauth/{5.5.0 => 5.5.2}/data/.gitkeep | 0 2fauth/{5.5.0 => 5.5.2}/docker-compose.yml | 2 +- 2fauth/{5.5.0 => 5.5.2}/scripts/init.sh | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename 2fauth/{5.5.0 => 5.5.2}/data.yml (100%) rename 2fauth/{5.5.0 => 5.5.2}/data/.gitkeep (100%) rename 2fauth/{5.5.0 => 5.5.2}/docker-compose.yml (92%) rename 2fauth/{5.5.0 => 5.5.2}/scripts/init.sh (100%) diff --git a/2fauth/5.5.0/data.yml b/2fauth/5.5.2/data.yml similarity index 100% rename from 2fauth/5.5.0/data.yml rename to 2fauth/5.5.2/data.yml diff --git a/2fauth/5.5.0/data/.gitkeep b/2fauth/5.5.2/data/.gitkeep similarity index 100% rename from 2fauth/5.5.0/data/.gitkeep rename to 2fauth/5.5.2/data/.gitkeep diff --git a/2fauth/5.5.0/docker-compose.yml b/2fauth/5.5.2/docker-compose.yml similarity index 92% rename from 2fauth/5.5.0/docker-compose.yml rename to 2fauth/5.5.2/docker-compose.yml index 02e6c838f..1dfc0792c 100644 --- a/2fauth/5.5.0/docker-compose.yml +++ b/2fauth/5.5.2/docker-compose.yml @@ -1,6 +1,6 @@ services: 2fauth: - image: 2fauth/2fauth:5.5.0 + image: 2fauth/2fauth:5.5.2 container_name: ${CONTAINER_NAME} restart: always ports: diff --git a/2fauth/5.5.0/scripts/init.sh b/2fauth/5.5.2/scripts/init.sh similarity index 100% rename from 2fauth/5.5.0/scripts/init.sh rename to 2fauth/5.5.2/scripts/init.sh