chore(deps): update ghcr.io/steveiliop56/getashell docker tag to v0.1.6 (#3061)
This commit is contained in:
parent
27b4a874ca
commit
3bd26fb0aa
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user