diff --git a/apps/sshwifty/config.json b/apps/sshwifty/config.json index f69a04e7..108b1da2 100644 --- a/apps/sshwifty/config.json +++ b/apps/sshwifty/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "sshwifty", - "tipi_version": 12, - "version": "0.3.8-beta-release", + "tipi_version": 13, + "version": "0.3.9-beta-release", "categories": [ "development" ], diff --git a/apps/sshwifty/docker-compose.yml b/apps/sshwifty/docker-compose.yml index 79cf0027..90c56599 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.8-beta-release + image: niruix/sshwifty:0.3.9-beta-release restart: unless-stopped container_name: sshwifty privileged: true