Skip to content

Commit

Permalink
Merge pull request #119 from hic-infra/dependabot/pip/ansible-10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
2 parents 740f4c1 + d0b04b4 commit 257a8bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible==9.5.1
ansible==10.3.0
ansible-compat==24.8.0
ansible-lint==24.7.0
molecule==24.8.0
Expand Down
2 changes: 1 addition & 1 deletion squid/molecule/default/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ FROM {{ item.registry.url }}/{{ item.image }}
FROM {{ item.image }}
{% endif %}

RUN apt update && apt install -y curl python sudo
RUN apt update && apt install -y curl python3 sudo

0 comments on commit 257a8bf

Please sign in to comment.