From d9ac015ca053de8b1a359094ee65f270f7d0757c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 11:00:42 +0000 Subject: [PATCH 1/2] chore(deps): update 2fauth/2fauth docker tag to v5.3.0 --- 2fauth/5.2.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2fauth/5.2.0/docker-compose.yml b/2fauth/5.2.0/docker-compose.yml index cb5daedcc..2595bb79a 100644 --- a/2fauth/5.2.0/docker-compose.yml +++ b/2fauth/5.2.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 networks: From cf4dfd412daedc6f76795c6b6f7cc473b02760e1 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sun, 29 Sep 2024 11:00:54 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- 2fauth/{5.2.0 => 5.3.0}/.env.sample | 0 2fauth/{5.2.0 => 5.3.0}/data.yml | 0 2fauth/{5.2.0 => 5.3.0}/data/.gitkeep | 0 2fauth/{5.2.0 => 5.3.0}/docker-compose.yml | 0 2fauth/{5.2.0 => 5.3.0}/scripts/init.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename 2fauth/{5.2.0 => 5.3.0}/.env.sample (100%) rename 2fauth/{5.2.0 => 5.3.0}/data.yml (100%) rename 2fauth/{5.2.0 => 5.3.0}/data/.gitkeep (100%) rename 2fauth/{5.2.0 => 5.3.0}/docker-compose.yml (100%) rename 2fauth/{5.2.0 => 5.3.0}/scripts/init.sh (100%) diff --git a/2fauth/5.2.0/.env.sample b/2fauth/5.3.0/.env.sample similarity index 100% rename from 2fauth/5.2.0/.env.sample rename to 2fauth/5.3.0/.env.sample diff --git a/2fauth/5.2.0/data.yml b/2fauth/5.3.0/data.yml similarity index 100% rename from 2fauth/5.2.0/data.yml rename to 2fauth/5.3.0/data.yml diff --git a/2fauth/5.2.0/data/.gitkeep b/2fauth/5.3.0/data/.gitkeep similarity index 100% rename from 2fauth/5.2.0/data/.gitkeep rename to 2fauth/5.3.0/data/.gitkeep diff --git a/2fauth/5.2.0/docker-compose.yml b/2fauth/5.3.0/docker-compose.yml similarity index 100% rename from 2fauth/5.2.0/docker-compose.yml rename to 2fauth/5.3.0/docker-compose.yml diff --git a/2fauth/5.2.0/scripts/init.sh b/2fauth/5.3.0/scripts/init.sh similarity index 100% rename from 2fauth/5.2.0/scripts/init.sh rename to 2fauth/5.3.0/scripts/init.sh