From 9c44c51f04b41d9fe522c4f4e879086903d0f5bf Mon Sep 17 00:00:00 2001 From: Stavros Date: Thu, 28 Mar 2024 21:12:15 +0200 Subject: [PATCH] refactor(getashell): update (#2978) --- 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 83a086cb..03442ce7 100644 --- a/apps/getashell/config.json +++ b/apps/getashell/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8281, "id": "getashell", - "tipi_version": 2, - "version": "v0.1.2", + "tipi_version": 3, + "version": "v0.1.3", "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 6c6b9463..a4aa2f3f 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.2 + image: ghcr.io/steveiliop56/getashell:v0.1.3 container_name: getashell restart: unless-stopped volumes: