From 6a3b2faedd8f5ff1e4de0dcf38b34d89e87ef5a6 Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:42:55 +0900 Subject: [PATCH] feat: bump kubealex.eda version to 1.0.8 --- rulebooks/mqtt/de/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rulebooks/mqtt/de/Dockerfile b/rulebooks/mqtt/de/Dockerfile index 6c0eb42..0134ad3 100644 --- a/rulebooks/mqtt/de/Dockerfile +++ b/rulebooks/mqtt/de/Dockerfile @@ -1,3 +1,3 @@ FROM quay.io/ansible/ansible-rulebook:v1.0.4 -RUN pip install --no-cache-dir aiomqtt==1.2.1 && \ - ansible-galaxy collection install kubealex.eda==1.0.7 +RUN pip install --no-cache-dir aiomqtt==2.0.0 && \ + ansible-galaxy collection install kubealex.eda==1.0.8