chore(deps): update ghcr.io/steveiliop56/getashell docker tag to v0.1.6 (#3061)
This commit is contained in:
parent
27b4a874ca
commit
3bd26fb0aa
|
@ -5,14 +5,18 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8281,
|
"port": 8281,
|
||||||
"id": "getashell",
|
"id": "getashell",
|
||||||
"tipi_version": 5,
|
"tipi_version": 6,
|
||||||
"version": "v0.1.5",
|
"version": "0.1.6",
|
||||||
"categories": ["utilities"],
|
"categories": [
|
||||||
|
"utilities"
|
||||||
|
],
|
||||||
"description": "Simple web ui to create ssh shells for testing.",
|
"description": "Simple web ui to create ssh shells for testing.",
|
||||||
"short_desc": "SSH shells from a Web UI",
|
"short_desc": "SSH shells from a Web UI",
|
||||||
"author": "steveiliop56",
|
"author": "steveiliop56",
|
||||||
"source": "https://github.com/steveiliop56/getashell",
|
"source": "https://github.com/steveiliop56/getashell",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
}
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.9"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
getashell:
|
getashell:
|
||||||
image: ghcr.io/steveiliop56/getashell:v0.1.5
|
image: ghcr.io/steveiliop56/getashell:v0.1.6
|
||||||
container_name: getashell
|
container_name: getashell
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user