From fb85642a2d8e33214dfe912ba59a98ade6db179f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Nov 2023 13:10:32 +0000 Subject: [PATCH] chore(deps): update niruix/sshwifty docker tag to v0.3.3 (#1687) --- apps/sshwifty/config.json | 9 ++++++--- apps/sshwifty/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/sshwifty/config.json b/apps/sshwifty/config.json index 7af194b3..ccaeb9c0 100644 --- a/apps/sshwifty/config.json +++ b/apps/sshwifty/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "sshwifty", - "tipi_version": 6, - "version": "0.3.2-beta-release", + "tipi_version": 7, + "version": "0.3.3-beta-release", "categories": [ "development" ], @@ -16,5 +16,8 @@ "source": "https://github.com/nirui/sshwifty", "website": "https://sshwifty-demo.nirui.org/", "form_fields": [], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/sshwifty/docker-compose.yml b/apps/sshwifty/docker-compose.yml index 4d724b6e..9e232d95 100644 --- a/apps/sshwifty/docker-compose.yml +++ b/apps/sshwifty/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.5" services: sshwifty: - image: niruix/sshwifty:0.3.2-beta-release + image: niruix/sshwifty:0.3.3-beta-release restart: unless-stopped container_name: sshwifty privileged: true