Skip to content

Commit

Permalink
Update base image and requirements (#97)
Browse files Browse the repository at this point in the history
* Update base image
* Freeze requirements
  • Loading branch information
mattclay authored Aug 14, 2024
1 parent 1f1940e commit 134cd83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/ansible/default-test-container:10.3.0
FROM quay.io/ansible/default-test-container:10.4.0

COPY requirements /usr/share/container-setup/ansible-core/requirements/
COPY freeze /usr/share/container-setup/ansible-core/freeze/
Expand Down
2 changes: 1 addition & 1 deletion freeze/3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MarkupSafe==2.1.5
mock==5.1.0
ntlm-auth==1.5.0
packaging==24.1
paramiko==3.4.0
paramiko==3.4.1
passlib==1.7.4
pexpect==4.9.0
pluggy==1.5.0
Expand Down
2 changes: 1 addition & 1 deletion freeze/3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MarkupSafe==2.1.5
mock==5.1.0
ntlm-auth==1.5.0
packaging==24.1
paramiko==3.4.0
paramiko==3.4.1
passlib==1.7.4
pexpect==4.9.0
pluggy==1.5.0
Expand Down
2 changes: 1 addition & 1 deletion freeze/3.13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MarkupSafe==2.1.5
mock==5.1.0
ntlm-auth==1.5.0
packaging==24.1
paramiko==3.4.0
paramiko==3.4.1
passlib==1.7.4
pexpect==4.9.0
pluggy==1.5.0
Expand Down

0 comments on commit 134cd83

Please sign in to comment.