From 62ece3b11c5976359d778d27d9ef1d5f1aeb78a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 23:37:12 +0100 Subject: [PATCH] chore(deps): update 2fauth/2fauth docker tag to v5 (#1875) * chore(deps): update 2fauth/2fauth docker tag to v5 * Update app version [ready] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tipi CI --- apps/2fauth/config.json | 4 ++-- apps/2fauth/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/2fauth/config.json b/apps/2fauth/config.json index e01f23c2..7acd0b54 100644 --- a/apps/2fauth/config.json +++ b/apps/2fauth/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "2fauth", - "tipi_version": 7, - "version": "4.2.4", + "tipi_version": 8, + "version": "5.0.0", "categories": [ "security" ], diff --git a/apps/2fauth/docker-compose.yml b/apps/2fauth/docker-compose.yml index ade974fb..01c1867b 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.4 + image: 2fauth/2fauth:5.0.0 container_name: 2fauth volumes: - ${APP_DATA_DIR}/data:/2fauth