From 3bd26fb0aa854881adb5060fc5f5983a88460f20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 15:23:42 +0000 Subject: [PATCH] chore(deps): update ghcr.io/steveiliop56/getashell docker tag to v0.1.6 (#3061) --- apps/getashell/config.json | 38 +++++++++++++++++-------------- apps/getashell/docker-compose.yml | 2 +- 2 files changed, 22 insertions(+), 18 deletions(-) diff --git a/apps/getashell/config.json b/apps/getashell/config.json index f9451992..2271c832 100644 --- a/apps/getashell/config.json +++ b/apps/getashell/config.json @@ -1,18 +1,22 @@ { - "$schema": "../schema.json", - "name": "Get A Shell", - "available": true, - "exposable": true, - "port": 8281, - "id": "getashell", - "tipi_version": 5, - "version": "v0.1.5", - "categories": ["utilities"], - "description": "Simple web ui to create ssh shells for testing.", - "short_desc": "SSH shells from a Web UI", - "author": "steveiliop56", - "source": "https://github.com/steveiliop56/getashell", - "form_fields": [], - "supported_architectures": ["arm64", "amd64"] - } - + "$schema": "../schema.json", + "name": "Get A Shell", + "available": true, + "exposable": true, + "port": 8281, + "id": "getashell", + "tipi_version": 6, + "version": "0.1.6", + "categories": [ + "utilities" + ], + "description": "Simple web ui to create ssh shells for testing.", + "short_desc": "SSH shells from a Web UI", + "author": "steveiliop56", + "source": "https://github.com/steveiliop56/getashell", + "form_fields": [], + "supported_architectures": [ + "arm64", + "amd64" + ] +} diff --git a/apps/getashell/docker-compose.yml b/apps/getashell/docker-compose.yml index 69480bf0..29d8fc5b 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.5 + image: ghcr.io/steveiliop56/getashell:v0.1.6 container_name: getashell restart: unless-stopped volumes: