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