Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

update ansible in mitogen #658

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/mitogen/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apt-get update -y && \
&& rm -rf /var/lib/apt/lists/*

RUN pip install --no-cache-dir pip --upgrade
RUN pip install --no-cache-dir ansible==5.10 google-auth requests jmespath dnspython
RUN pip install --no-cache-dir ansible==10.4 google-auth requests jmespath dnspython

RUN curl -fSL -o /usr/local/bin/subkey 'https://releases.parity.io/substrate/x86_64-debian%3Astretch/v3.0.0/subkey/subkey' \
&& chmod +x /usr/local/bin/subkey \
Expand Down