chore(deps): update niruix/sshwifty docker tag to v0.3.3 (#1687)

This commit is contained in:
renovate[bot] 2023-11-25 13:10:32 +00:00 committed by GitHub
parent 9a9ceea0a9
commit fb85642a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "sshwifty", "id": "sshwifty",
"tipi_version": 6, "tipi_version": 7,
"version": "0.3.2-beta-release", "version": "0.3.3-beta-release",
"categories": [ "categories": [
"development" "development"
], ],
@ -16,5 +16,8 @@
"source": "https://github.com/nirui/sshwifty", "source": "https://github.com/nirui/sshwifty",
"website": "https://sshwifty-demo.nirui.org/", "website": "https://sshwifty-demo.nirui.org/",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
version: "3.5" version: "3.5"
services: services:
sshwifty: sshwifty:
image: niruix/sshwifty:0.3.2-beta-release image: niruix/sshwifty:0.3.3-beta-release
restart: unless-stopped restart: unless-stopped
container_name: sshwifty container_name: sshwifty
privileged: true privileged: true