From 452a7bc229f9db7159861380f3e5fddbd0b64cc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 08:01:37 +0000 Subject: [PATCH] chore(deps): update niruix/sshwifty docker tag to v0.3.4 (#1758) --- 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 ccaeb9c0..f796d81d 100644 --- a/apps/sshwifty/config.json +++ b/apps/sshwifty/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "sshwifty", - "tipi_version": 7, - "version": "0.3.3-beta-release", + "tipi_version": 8, + "version": "0.3.4-beta-release", "categories": [ "development" ], diff --git a/apps/sshwifty/docker-compose.yml b/apps/sshwifty/docker-compose.yml index 9e232d95..6ae1f7d5 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.3-beta-release + image: niruix/sshwifty:0.3.4-beta-release restart: unless-stopped container_name: sshwifty privileged: true