From d998a993e6b7376e32d2882965ef91382e811094 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:04:01 +0000 Subject: [PATCH] chore(deps): update 2fauth/2fauth docker tag to v5.1.1 (#2901) --- 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 83b1df75..244d710d 100644 --- a/apps/2fauth/config.json +++ b/apps/2fauth/config.json @@ -7,8 +7,8 @@ "available": true, "exposable": true, "id": "2fauth", - "tipi_version": 14, - "version": "5.1.0", + "tipi_version": 15, + "version": "5.1.1", "categories": [ "security" ], diff --git a/apps/2fauth/docker-compose.yml b/apps/2fauth/docker-compose.yml index 71bd0188..0f1855d9 100644 --- a/apps/2fauth/docker-compose.yml +++ b/apps/2fauth/docker-compose.yml @@ -1,6 +1,6 @@ services: 2fauth: - image: 2fauth/2fauth:5.1.0 + image: 2fauth/2fauth:5.1.1 container_name: 2fauth volumes: - ${APP_DATA_DIR}/data:/2fauth