mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 22:12:14 +11:00
Merge pull request #297 from kurokobo/eda-1.0.1
fix: update asyncio-mqtt to aiomqtt
This commit is contained in:
commit
e2f808358c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
FROM quay.io/ansible/ansible-rulebook:v1.0.4
|
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
|
ansible-galaxy collection install kubealex.eda==1.0.7
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue