From 3fbc0bbd9a7411d026450b3dc4cca6d75683cf76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 02:26:31 +0000 Subject: [PATCH] chore(deps): update ghcr.io/steveiliop56/getashell docker tag to v1.1.0 (#3655) --- apps/getashell/config.json | 13 ++++--------- apps/getashell/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/apps/getashell/config.json b/apps/getashell/config.json index 32883c90..4d215610 100644 --- a/apps/getashell/config.json +++ b/apps/getashell/config.json @@ -5,11 +5,9 @@ "exposable": true, "port": 8281, "id": "getashell", - "tipi_version": 8, - "version": "1.0.0", - "categories": [ - "utilities" - ], + "tipi_version": 9, + "version": "1.1.0", + "categories": ["utilities"], "description": "Simple web ui to create ssh shells for testing.", "short_desc": "SSH shells from a Web UI", "author": "steveiliop56", @@ -34,8 +32,5 @@ "env_variable": "GETASHELL_SECRET_KEY" } ], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/getashell/docker-compose.yml b/apps/getashell/docker-compose.yml index b3d7a27a..9fcff304 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:v1.0.0 + image: ghcr.io/steveiliop56/getashell:v1.1.0 container_name: getashell restart: unless-stopped volumes: