From 6af067b8d11f2445d199d8bef64b80d04fb6c277 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:52:15 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20emqx/emqx=20to=20?= =?UTF-8?q?v5.8.1?= 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 3c6da92..99a005d 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.8.0" +ARG EMQX_VERSION="v5.8.1" RUN \ apt-get update \ && apt-get install -y --no-install-recommends \