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