From e01a276f3cb799e054f835f43be668f231a68099 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 --- 2fauth/5.4.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2fauth/5.4.0/docker-compose.yml b/2fauth/5.4.0/docker-compose.yml index 8f35f7833..2011b8ac6 100644 --- a/2fauth/5.4.0/docker-compose.yml +++ b/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 732a68f63eeec43437dafc2ff44aeae526cad55f 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] --- 2fauth/{5.4.0 => 5.4.2}/.env.sample | 0 2fauth/{5.4.0 => 5.4.2}/data.yml | 0 2fauth/{5.4.0 => 5.4.2}/data/.gitkeep | 0 2fauth/{5.4.0 => 5.4.2}/docker-compose.yml | 0 2fauth/{5.4.0 => 5.4.2}/scripts/init.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename 2fauth/{5.4.0 => 5.4.2}/.env.sample (100%) rename 2fauth/{5.4.0 => 5.4.2}/data.yml (100%) rename 2fauth/{5.4.0 => 5.4.2}/data/.gitkeep (100%) rename 2fauth/{5.4.0 => 5.4.2}/docker-compose.yml (100%) rename 2fauth/{5.4.0 => 5.4.2}/scripts/init.sh (100%) diff --git a/2fauth/5.4.0/.env.sample b/2fauth/5.4.2/.env.sample similarity index 100% rename from 2fauth/5.4.0/.env.sample rename to 2fauth/5.4.2/.env.sample diff --git a/2fauth/5.4.0/data.yml b/2fauth/5.4.2/data.yml similarity index 100% rename from 2fauth/5.4.0/data.yml rename to 2fauth/5.4.2/data.yml diff --git a/2fauth/5.4.0/data/.gitkeep b/2fauth/5.4.2/data/.gitkeep similarity index 100% rename from 2fauth/5.4.0/data/.gitkeep rename to 2fauth/5.4.2/data/.gitkeep diff --git a/2fauth/5.4.0/docker-compose.yml b/2fauth/5.4.2/docker-compose.yml similarity index 100% rename from 2fauth/5.4.0/docker-compose.yml rename to 2fauth/5.4.2/docker-compose.yml diff --git a/2fauth/5.4.0/scripts/init.sh b/2fauth/5.4.2/scripts/init.sh similarity index 100% rename from 2fauth/5.4.0/scripts/init.sh rename to 2fauth/5.4.2/scripts/init.sh