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

View File

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