From 22f6e59e6e8202b022651f03118f0aa9282dd8db Mon Sep 17 00:00:00 2001 From: Stavros Date: Thu, 28 Mar 2024 21:48:47 +0200 Subject: [PATCH] refactor(getashell): update (#2981) --- apps/getashell/config.json | 4 ++-- apps/getashell/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/getashell/config.json b/apps/getashell/config.json index 03442ce7..d6f1c48a 100644 --- a/apps/getashell/config.json +++ b/apps/getashell/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8281, "id": "getashell", - "tipi_version": 3, - "version": "v0.1.3", + "tipi_version": 4, + "version": "v0.1.4", "categories": ["utilities"], "description": "Simple web ui to create ssh shells for testing.", "short_desc": "SSH shells from a Web UI", diff --git a/apps/getashell/docker-compose.yml b/apps/getashell/docker-compose.yml index a4aa2f3f..09f4199f 100644 --- a/apps/getashell/docker-compose.yml +++ b/apps/getashell/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.9" services: getashell: - image: ghcr.io/steveiliop56/getashell:v0.1.3 + image: ghcr.io/steveiliop56/getashell:v0.1.4 container_name: getashell restart: unless-stopped volumes: