Skip to content

Commit

Permalink
Update base and requirements (#103)
Browse files Browse the repository at this point in the history
* Update base image

* Freeze requirements
  • Loading branch information
mattclay authored Oct 8, 2024
1 parent 8d535ee commit e9addd4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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:11.1.0
FROM quay.io/ansible/default-test-container:11.3.0

COPY requirements /usr/share/container-setup/ansible-core/requirements/
COPY freeze /usr/share/container-setup/ansible-core/freeze/
Expand Down
4 changes: 2 additions & 2 deletions freeze/3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ execnet==2.1.1
idna==3.10
iniconfig==2.0.0
Jinja2==3.1.4
MarkupSafe==2.1.5
MarkupSafe==3.0.1
mock==5.1.0
ntlm-auth==1.5.0
packaging==24.1
Expand All @@ -32,4 +32,4 @@ requests_ntlm==1.3.0
resolvelib==1.0.1
scp==0.15.0
urllib3==2.2.3
xmltodict==0.13.0
xmltodict==0.14.0
4 changes: 2 additions & 2 deletions freeze/3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ execnet==2.1.1
idna==3.10
iniconfig==2.0.0
Jinja2==3.1.4
MarkupSafe==2.1.5
MarkupSafe==3.0.1
mock==5.1.0
ntlm-auth==1.5.0
packaging==24.1
Expand All @@ -32,4 +32,4 @@ requests_ntlm==1.3.0
resolvelib==1.0.1
scp==0.15.0
urllib3==2.2.3
xmltodict==0.13.0
xmltodict==0.14.0
4 changes: 2 additions & 2 deletions freeze/3.13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ execnet==2.1.1
idna==3.10
iniconfig==2.0.0
Jinja2==3.1.4
MarkupSafe==2.1.5
MarkupSafe==3.0.1
mock==5.1.0
ntlm-auth==1.5.0
packaging==24.1
Expand All @@ -32,4 +32,4 @@ requests_ntlm==1.3.0
resolvelib==1.0.1
scp==0.15.0
urllib3==2.2.3
xmltodict==0.13.0
xmltodict==0.14.0

0 comments on commit e9addd4

Please sign in to comment.