From 0892df6eb20f30264892f31615813fac40f72c70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 09:28:34 +0000 Subject: [PATCH] chore(deps): update emqx/mqttx-web docker tag to v1.10.0 (#3716) --- apps/mqttx/config.json | 13 ++++--------- apps/mqttx/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/apps/mqttx/config.json b/apps/mqttx/config.json index 7ae70b4d..6f81c42a 100644 --- a/apps/mqttx/config.json +++ b/apps/mqttx/config.json @@ -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"] } diff --git a/apps/mqttx/docker-compose.yml b/apps/mqttx/docker-compose.yml index e4bc17a3..e0a25f01 100644 --- a/apps/mqttx/docker-compose.yml +++ b/apps/mqttx/docker-compose.yml @@ -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: