Skip to content

Commit

Permalink
Merge pull request #297 from kurokobo/eda-1.0.1
Browse files Browse the repository at this point in the history
fix: update asyncio-mqtt to aiomqtt
  • Loading branch information
kurokobo authored Jan 17, 2024
2 parents f52a343 + edb2cf0 commit e2f8083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rulebooks/mqtt/de/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM quay.io/ansible/ansible-rulebook:v1.0.4
RUN pip install --no-cache-dir asyncio-mqtt==0.16.2 && \
RUN pip install --no-cache-dir aiomqtt==1.2.1 && \
ansible-galaxy collection install kubealex.eda==1.0.7

0 comments on commit e2f8083

Please sign in to comment.