diff --git a/apps/2fauth/config.json b/apps/2fauth/config.json index 14b9390e..83b1df75 100644 --- a/apps/2fauth/config.json +++ b/apps/2fauth/config.json @@ -7,8 +7,8 @@ "available": true, "exposable": true, "id": "2fauth", - "tipi_version": 13, - "version": "5.0.4", + "tipi_version": 14, + "version": "5.1.0", "categories": [ "security" ], diff --git a/apps/2fauth/docker-compose.yml b/apps/2fauth/docker-compose.yml index c18e0869..71bd0188 100644 --- a/apps/2fauth/docker-compose.yml +++ b/apps/2fauth/docker-compose.yml @@ -1,6 +1,6 @@ services: 2fauth: - image: 2fauth/2fauth:5.0.4 + image: 2fauth/2fauth:5.1.0 container_name: 2fauth volumes: - ${APP_DATA_DIR}/data:/2fauth