chore(deps): update ghcr.io/steveiliop56/getashell docker tag to v0.1.6 (#3061)

This commit is contained in:
renovate[bot] 2024-04-05 15:23:42 +00:00 committed by GitHub
parent 27b4a874ca
commit 3bd26fb0aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 22 additions and 18 deletions

View File

@ -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"
]
}

View File

@ -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: