chore(deps): update emqx/mqttx-web docker tag to v1.10.0 (#3716)

This commit is contained in:
renovate[bot] 2024-06-09 09:28:34 +00:00 committed by GitHub
parent 49565f9346
commit 0892df6eb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -4,18 +4,13 @@
"exposable": true,
"port": 8217,
"id": "mqttx",
"tipi_version": 1,
"version": "v1.9.10",
"categories": [
"utilities"
],
"tipi_version": 2,
"version": "1.10.0",
"categories": ["utilities"],
"description": "MQTTX Web is an open-source MQTT browser client and an online MQTT WebSocket client tool.",
"short_desc": "MQTT websocket browser client tool",
"author": "EMQX",
"source": "https://github.com/emqx/MQTTX/",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
"supported_architectures": ["arm64", "amd64"]
}

View File

@ -1,6 +1,6 @@
services:
mqttx:
image: emqx/mqttx-web:v1.9.10
image: emqx/mqttx-web:v1.10.0
container_name: 'mqttx'
restart: unless-stopped
volumes: