From 86534b5b12c86dbdb26d519f85a13525570490ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 05:28:43 +0000 Subject: [PATCH] chore(deps): update niruix/sshwifty docker tag to v0.3.8 (#3054) --- apps/sshwifty/config.json | 4 ++-- apps/sshwifty/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/sshwifty/config.json b/apps/sshwifty/config.json index 467de909..f69a04e7 100644 --- a/apps/sshwifty/config.json +++ b/apps/sshwifty/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "sshwifty", - "tipi_version": 11, - "version": "0.3.7-beta-release", + "tipi_version": 12, + "version": "0.3.8-beta-release", "categories": [ "development" ], diff --git a/apps/sshwifty/docker-compose.yml b/apps/sshwifty/docker-compose.yml index ccefb3f4..79cf0027 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.7-beta-release + image: niruix/sshwifty:0.3.8-beta-release restart: unless-stopped container_name: sshwifty privileged: true