From 0691fd588019aac0773622020555483c6ba3db1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 18:09:04 +0000 Subject: [PATCH] chore(deps): update 2fauth/2fauth docker tag to v5.2.0 (#3606) --- apps/2fauth/config.json | 4 ++-- apps/2fauth/docker-compose.json | 2 +- apps/2fauth/docker-compose.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/2fauth/config.json b/apps/2fauth/config.json index a8bf7121..aafc67de 100644 --- a/apps/2fauth/config.json +++ b/apps/2fauth/config.json @@ -8,8 +8,8 @@ "exposable": true, "dynamic_config": true, "id": "2fauth", - "tipi_version": 15, - "version": "5.1.1", + "tipi_version": 16, + "version": "5.2.0", "categories": ["security"], "description": "A Web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes.", "short_desc": "Manage your Two-Factor Authentication codes.", diff --git a/apps/2fauth/docker-compose.json b/apps/2fauth/docker-compose.json index f5129af6..850e1cbc 100644 --- a/apps/2fauth/docker-compose.json +++ b/apps/2fauth/docker-compose.json @@ -2,7 +2,7 @@ "services": [ { "name": "2fauth", - "image": "2fauth/2fauth:5.1.1", + "image": "2fauth/2fauth:5.2.0", "internalPort": 8000, "isMain": true, "volumes": [ diff --git a/apps/2fauth/docker-compose.yml b/apps/2fauth/docker-compose.yml index 0f1855d9..1a05f586 100644 --- a/apps/2fauth/docker-compose.yml +++ b/apps/2fauth/docker-compose.yml @@ -1,6 +1,6 @@ services: 2fauth: - image: 2fauth/2fauth:5.1.1 + image: 2fauth/2fauth:5.2.0 container_name: 2fauth volumes: - ${APP_DATA_DIR}/data:/2fauth