From 507ea3d00120f60ac982fab292f8fd62ae951410 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 12:52:28 +0000 Subject: [PATCH] chore(deps): update 2fauth/2fauth docker tag to v5.1.0 (#2853) --- 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 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