From 0283cf0688db530acb8f8187af8a192a929991f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 00:50:13 +0000 Subject: [PATCH] chore(deps): update 2fauth/2fauth docker tag to v5.0.4 (#2550) --- 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 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