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

Commit

Permalink
update ansible in mitogen (#658)
Browse files Browse the repository at this point in the history
Signed-off-by: BulatSaif <[email protected]>
  • Loading branch information
BulatSaif authored Sep 13, 2024
1 parent 57f2540 commit fa1ad07
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit fa1ad07

Please sign in to comment.