chore(deps): update ghcr.io/steveiliop56/getashell docker tag to v1.1.0 (#3655)
This commit is contained in:
parent
c901740e3f
commit
3fbc0bbd9a
|
@ -5,11 +5,9 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8281,
|
"port": 8281,
|
||||||
"id": "getashell",
|
"id": "getashell",
|
||||||
"tipi_version": 8,
|
"tipi_version": 9,
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"categories": [
|
"categories": ["utilities"],
|
||||||
"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",
|
||||||
|
@ -34,8 +32,5 @@
|
||||||
"env_variable": "GETASHELL_SECRET_KEY"
|
"env_variable": "GETASHELL_SECRET_KEY"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.9"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
getashell:
|
getashell:
|
||||||
image: ghcr.io/steveiliop56/getashell:v1.0.0
|
image: ghcr.io/steveiliop56/getashell:v1.1.0
|
||||||
container_name: getashell
|
container_name: getashell
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user