From 91629ee9e427f383b7f68f953a0e768965f3c178 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:07:40 +0000 Subject: [PATCH] chore(deps): update 2fauth/2fauth docker tag to v4.2.4 (#1656) --- apps/2fauth/config.json | 9 ++++++--- apps/2fauth/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/2fauth/config.json b/apps/2fauth/config.json index e70e810e..e01f23c2 100644 --- a/apps/2fauth/config.json +++ b/apps/2fauth/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "2fauth", - "tipi_version": 6, - "version": "4.2.3", + "tipi_version": 7, + "version": "4.2.4", "categories": [ "security" ], @@ -16,5 +16,8 @@ "source": "https://github.com/Bubka/2FAuth", "website": "https://docs.2fauth.app/", "form_fields": [], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/2fauth/docker-compose.yml b/apps/2fauth/docker-compose.yml index 6bc0af10..ade974fb 100644 --- a/apps/2fauth/docker-compose.yml +++ b/apps/2fauth/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: 2fauth: - image: 2fauth/2fauth:4.2.3 + image: 2fauth/2fauth:4.2.4 container_name: 2fauth volumes: - ${APP_DATA_DIR}/data:/2fauth