From f1affc54230347cecc5da4b80752d4bc36fdec1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 18:18:08 +0000 Subject: [PATCH] chore(deps): update niruix/sshwifty docker tag to v0.3.1 (#1194) --- apps/sshwifty/config.json | 8 +++++--- apps/sshwifty/docker-compose.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/sshwifty/config.json b/apps/sshwifty/config.json index 1cf30057..ed16ac6c 100644 --- a/apps/sshwifty/config.json +++ b/apps/sshwifty/config.json @@ -5,9 +5,11 @@ "available": true, "exposable": true, "id": "sshwifty", - "tipi_version": 4, - "version": "0.3.0-beta-release", - "categories": ["development"], + "tipi_version": 5, + "version": "0.3.1-beta-release", + "categories": [ + "development" + ], "description": "Sshwifty is a SSH and Telnet connector made for the Web. It can be deployed on your computer or server to provide SSH and Telnet access interface for any compatible (standard) web browser.", "short_desc": "Web SSH & Telnet (WebSSH & WebTelnet client)", "author": "Nirui", diff --git a/apps/sshwifty/docker-compose.yml b/apps/sshwifty/docker-compose.yml index ba9f4f67..700b9e52 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.0-beta-release + image: niruix/sshwifty:0.3.1-beta-release restart: unless-stopped container_name: sshwifty privileged: true