From 170d6ce71ea1e224021737397d8aca280094dbc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 22:05:27 +0000 Subject: [PATCH] chore(deps): update 2fauth/2fauth docker tag to v4.2.2 (#1228) --- 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 5ae67c1d..ce941f72 100644 --- a/apps/2fauth/config.json +++ b/apps/2fauth/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "2fauth", - "tipi_version": 4, - "version": "4.2.1", + "tipi_version": 5, + "version": "4.2.2", "categories": [ "security" ], diff --git a/apps/2fauth/docker-compose.yml b/apps/2fauth/docker-compose.yml index 1eb47cc9..19dcb2ff 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.1 + image: 2fauth/2fauth:4.2.2 container_name: 2fauth volumes: - ${APP_DATA_DIR}/data:/2fauth