From 4bb1dc9f968fa667abcbb515d25909d6954392df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:20:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20emqx/emqx=20to=20?= =?UTF-8?q?v5.6.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 1a74f4c..9cf786b 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.6.0" +ARG EMQX_VERSION="v5.6.1" RUN \ apt-get update \ && apt-get install -y --no-install-recommends \