From 08b9f9fc3f75fc0fffce1a8a8585e62088a0e361 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 18:15:01 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20emqx/emqx=20to=20?= =?UTF-8?q?v5.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emqx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emqx/Dockerfile b/emqx/Dockerfile index a7c738f..13e09ff 100644 --- a/emqx/Dockerfile +++ b/emqx/Dockerfile @@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base system ARG BUILD_ARCH=amd64 -ARG EMQX_VERSION="v5.7.2" +ARG EMQX_VERSION="v5.8.0" RUN \ apt-get update \ && apt-get install -y --no-install-recommends \