From 275d3c72ced37d6e7a9942a8e65fdff5fae7e5ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 02:09:27 +0000 Subject: [PATCH] chore(deps): update 2fauth/2fauth docker tag to v5.0.1 (#1902) --- 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 7acd0b54..dc82fc51 100644 --- a/apps/2fauth/config.json +++ b/apps/2fauth/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "2fauth", - "tipi_version": 8, - "version": "5.0.0", + "tipi_version": 9, + "version": "5.0.1", "categories": [ "security" ], diff --git a/apps/2fauth/docker-compose.yml b/apps/2fauth/docker-compose.yml index 01c1867b..057a1e4a 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:5.0.0 + image: 2fauth/2fauth:5.0.1 container_name: 2fauth volumes: - ${APP_DATA_DIR}/data:/2fauth