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

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

View File

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